summaryrefslogtreecommitdiff
path: root/cpus.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-12cpus: let it always return an unsigned int and bail out on errorDaniel Borkmann1-4/+16
2013-06-04cpus: break out cpu related functions from xutilsDaniel Borkmann1-0/+16
ue='reload'/>
authorGanapathi Bhat <gbhat@marvell.com>2017-02-03 18:30:22 +0530
committerKalle Valo <kvalo@codeaurora.org>2017-02-07 10:03:40 +0200
commita5b60de6972decc6b50a39abb376077c3c3621c8 (patch)
treebd96d73d49986b37233106653d84c7eeaca36438
parent6232c17438ed01f43665197db5a98a4a4f77ef47 (diff)
mwifiex: Avoid skipping WEP key deletion for AP
This patch fixes the issue specific to AP. AP is started with WEP security and external station is connected to it. Data path works in this case. Now if AP is restarted with WPA/WPA2 security, station is able to connect but ping fails. Driver skips the deletion of WEP keys if interface type is AP. Removing that redundant check resolves the issue. Fixes: e57f1734d87a ("mwifiex: add key material v2 support") Signed-off-by: Ganapathi Bhat <gbhat@marvell.com> Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat