2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/net/wireless/ath/ath6kl
Rameshkumar Sundaram 7a53af85d3 wifi: cfg80211: send MLO links tx power info in GET_INTERFACE
Currently, TX power is reported on interface/wdev level as
part of NL80211_CMD_GET_INTERFACE. With MLO, Multiple links
can be part of an interface/wdev and hence its necessary to
report the TX power of each link.

Add support to send tx power for all valid links of an MLD as
part of NL80211_CMD_GET_INTERFACE request.

As far as userspace is concerned, there is no behavioral change
for Non-ML Interfaces. For ML interfaces, userspace should fetch
TX power that is nested inside NL80211_ATTR_MLO_LINKS, similar to
how channel info(NL80211_ATTR_WIPHY_FREQ) is fetched.

Co-developed-by: Aaradhana Sahu <quic_aarasahu@quicinc.com>
Signed-off-by: Aaradhana Sahu <quic_aarasahu@quicinc.com>
Signed-off-by: Rameshkumar Sundaram <quic_ramess@quicinc.com>
Link: https://patch.msgid.link/20241125083217.216095-2-quic_ramess@quicinc.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2024-12-04 16:14:46 +01:00
..
bmi.c wifi: ath6kl: minor fix for allocation size 2023-02-17 18:03:04 +02:00
bmi.h
cfg80211.c wifi: cfg80211: send MLO links tx power info in GET_INTERFACE 2024-12-04 16:14:46 +01:00
cfg80211.h
common.h
core.c
core.h
debug.c wifi: ath6kl: Remove error checking for debugfs_create_dir() 2023-07-25 17:30:54 +03:00
debug.h
hif-ops.h
hif.c
hif.h wifi: ath6kl: fix repeated words in comments 2022-07-18 13:04:32 +03:00
htc_mbox.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
htc_pipe.c wifi: ath6kl: fix sparse warnings 2024-03-25 12:50:41 +02:00
htc-ops.h
htc.h
init.c wifi: ath6kl: replace deprecated strncpy with memcpy 2023-10-18 11:32:36 +03:00
Kconfig
main.c wifi: ath6kl: remove unnecessary (void*) conversions 2023-09-21 11:08:22 +03:00
Makefile Revert "wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12" 2023-07-26 10:09:28 +03:00
recovery.c
sdio.c wifi: ath6kl: sdio: simplify module initialization 2024-04-04 13:12:57 +03:00
target.h
testmode.c
testmode.h
trace.c
trace.h tracing/treewide: Remove second parameter of __assign_str() 2024-05-22 20:14:47 -04:00
txrx.c wifi: ath6kl: remove unnecessary (void*) conversions 2023-09-21 11:08:22 +03:00
usb.c ath6kl: avoid flush_scheduled_work() usage 2022-06-20 13:04:49 +03:00
wmi.c
wmi.h wifi: ath6kl: fix typos in struct wmi_rssi_threshold_params_cmd and wmi_snr_threshold_params_cmd comments 2024-09-19 19:18:45 +03:00