summaryrefslogtreecommitdiff
path: root/drivers/target
diff options
context:
space:
mode:
authorAhmad Masri <amasri@codeaurora.org>2019-02-22 17:21:01 +0300
committerKalle Valo <kvalo@codeaurora.org>2019-02-28 12:24:29 +0300
commitbf0353a67491c220189ec2ce598d0f54af0e9c17 (patch)
tree2e9e05c967e6995fb7ad4f958f213f22778b83bb /drivers/target
parent0439a5e035f7180f7ed68ce2face1b7c77be0c6a (diff)
downloadlinux-bf0353a67491c220189ec2ce598d0f54af0e9c17.tar.xz
wil6210: support up to 20 stations in AP mode
New FW added support for upto 20 clients in AP mode. Change the driver to support this as well. FW reports it's max supported associations in WMI_READY_EVENT. Some WMI commands/events use cidxtid field which is limited to 16 cids. Use new cid/tid fields instead. For Rx packets cid from rx descriptor is limited to 3 bits (0..7), to find the real cid, compare transmitter address with the stored stations mac address in the driver sta array. EDMA FW still supports 8 stations. Extending the support to 20 stations will come later. Signed-off-by: Ahmad Masri <amasri@codeaurora.org> Signed-off-by: Maya Erez <merez@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/target')
0 files changed, 0 insertions, 0 deletions