Commit 2e9546f
committed
Support Linux 6.14 by updating get_tx_power
Linux kernel 6.14 introduced an additional link_id parameter to the
get_tx_power callback. This commit updates vwifi_get_tx_power to match
the new prototype while preserving compatibility with earlier kernels.
Since the current virtual interface does not support
Multi-Link Operation (MLO), there is no need to update the get_tx_power
logic to handle per-link TX power.
ref:
torvalds/linux@7a53af81 parent d3114d3 commit 2e9546f
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