ath10k: AP mode, set UAPSD params correctly
authorJanusz Dziedzic <janusz.dziedzic@tieto.com>
Tue, 21 Jan 2014 06:06:53 +0000 (07:06 +0100)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 23 Jan 2014 12:55:06 +0000 (14:55 +0200)
commitd3d3ff42d9b3a8b90b381ebb398deb5c87ec1692
treedbb58524fa9653566a6b0cb7dffbdac0f79203dd
parent5a13e76eca17212c0a4ad3c1fb97df8a9e9921d8
ath10k: AP mode, set UAPSD params correctly

ath10k handles UAPSD completly in the firmware.
When works in AP mode we have to configure
UAPSD params for each station. Without this
patch we configure UAPSD params before we
send peer assoc command to the FW, which was
wrong. Next FW didn't know what should be trigger
frame, couse UAPSD didn't work correctly in AP mode.
To configure UAPSD params correctly we have to
send them after peer assoc command.

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/mac.c