| commit | a0535d4ee2c9d8e3485242e0019c9c33197373a4 | [log] [tgz] |
|---|---|---|
| author | Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com> | Fri Jun 17 11:55:00 2016 +0530 |
| committer | Jouni Malinen <jouni@qca.qualcomm.com> | Mon Jun 20 16:21:23 2016 +0300 |
| tree | 165c3acca2ba9e4962b48fddad52350b137425e8 | |
| parent | 41b8c5486c08615280bcf1bb0084be2c4685882a [diff] |
ap/mac80211: Enable support to send ADDBA Request for ath10k
Enable support to send addba_request for ath10k (mac80211 based driver)
for AP mode. It takes the following arguments { sta_mac_address, tid,
buffer_size (32) }. Recursively search for the directory having the MAC
address of the client and set 'aggr_mode' and 'addba' {tid, buffer_size}
for ath10k.
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>