]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: fill in wmi 10.4 command handlers for addba/delba debug commands
authorVasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>
Thu, 13 Aug 2015 15:40:54 +0000 (21:10 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 17 Aug 2015 14:48:33 +0000 (17:48 +0300)
commitfafac2c057db1fd1389d47fc5f50bec54edbd6e3
treef4fead195efb55a840a5cc1ed0b104297b9391e0
parenta6c7e5a90b76deb68f8d0a57ddbed66d59452baf
ath10k: fill in wmi 10.4 command handlers for addba/delba debug commands

WMI 10.4 uses the same command interface as QCA988X for addba/delba
debug wmi commands. Fill wmi_10_4_ops table with the functions used
for QCA988X for these commands.

With this change, the following debugfs entries can be used to
configure the aggregation mode and to send addba request,
addba response and delba respectively in manual aggregation mode
for QCA99X0 chip.

/sys/kernel/debug/ieee80211/phyX/netdev:wlanX/stations/XX:XX:XX:XX:XX:XX/aggr_mode
/sys/kernel/debug/ieee80211/phyX/netdev:wlanX/stations/XX:XX:XX:XX:XX:XX/addba
/sys/kernel/debug/ieee80211/phyX/netdev:wlanX/stations/XX:XX:XX:XX:XX:XX/addba_resp
/sys/kernel/debug/ieee80211/phyX/netdev:wlanX/stations/XX:XX:XX:XX:XX:XX/delba

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/wmi.c