You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments