commit | a0df5db15b432cd49319254132fda80cb3081ad6 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jouni@qca.qualcomm.com> | Tue Aug 30 21:58:02 2011 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Aug 31 10:13:01 2011 +0300 |
tree | a662a3aaab8cb6c404104ff474d290c3b752efad | |
parent | ae32c30a6ec991088e5346036015be1a9f9cf14b [diff] |
ath6kl: Notify cfg80211 of TX status of mgmt_tx frames Use WMI_TX_STATUS_EVENTID event to generate cfg80211_mgmt_tx_frame() calls. Since we support only a single pending frame for now, use the hardcoded cookie value 1 and store a copy of the pending frame in the driver. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>