Commit f5fe174
committed
Add link_id param to get_tx_power for Linux ≥ 6.14
Update vwifi_get_tx_power to match the new callback signature introduced
in Linux commit 7a53af85 ("wifi: cfg80211: send MLO links tx power info
in GET_INTERFACE"), which adds a link_id parameter to support reporting
TX power on a per-link basis under Multi-Link Operation (MLO).
Since vwifi does not support MLO, the implementation remains unchanged
aside from updating the function prototype. Compatibility with older
kernels is preserved using version checks.1 parent d3114d3 commit f5fe174
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2051 | 2051 | | |
2052 | 2052 | | |
2053 | 2053 | | |
| 2054 | + | |
| 2055 | + | |
| 2056 | + | |
2054 | 2057 | | |
2055 | 2058 | | |
2056 | 2059 | | |
| |||
0 commit comments