Commit bdcf635
committed
Fix vwifi build failure due to virtio_find_vqs
Updated vwifi_virtio_init_vqs to match the new virtio_find_vqs API,
which replaced separate callback and name arrays with a unified struct.
Added and populated the necessary struct fields, enabling proper
parameter passing and restoring successful module compilation on newer
kernel versions.1 parent a940502 commit bdcf635
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3167 | 3167 | | |
3168 | 3168 | | |
3169 | 3169 | | |
3170 | | - | |
3171 | | - | |
| 3170 | + | |
| 3171 | + | |
| 3172 | + | |
| 3173 | + | |
| 3174 | + | |
| 3175 | + | |
| 3176 | + | |
| 3177 | + | |
3172 | 3178 | | |
3173 | 3179 | | |
3174 | 3180 | | |
| |||
0 commit comments