]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: correction in status codes used for association failure
authorAmitkumar Karwar <akarwar@marvell.com>
Fri, 18 Jan 2013 01:41:57 +0000 (17:41 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 22 Jan 2013 21:01:30 +0000 (16:01 -0500)
commit60757a252180987d99c3fdc9adad1280f686206f
treec71314f99ea5969e43e1880b34f1e92b91f9e752
parent6eb15663ba0e542509450dd64115f426eb105594
mwifiex: correction in status codes used for association failure

When AP responds with appropriate status code, we forward that
code correctly to cfg80211. But sometimes when there is no
response from AP, our firmware uses proprietary status codes.
We will map authentication timeout to WLAN_STATUS_AUTH_TIMEOUT
and other proprietary codes to WLAN_STATUS_UNSPECIFIED_FAILURE.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/fw.h
drivers/net/wireless/mwifiex/join.c