diff options
author | Avinash Patil <patila@marvell.com> | 2013-07-29 16:32:37 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-11 18:35:23 -0700 |
commit | 440166b9bb8b4fcd182531a65fd75816066f82f9 (patch) | |
tree | 4b4ad37b048d189697d5a4797faeedcbae084c00 /drivers/pcmcia/ricoh.h | |
parent | 558c62c2c0883b3c4f58c3baff021856eb4cb95b (diff) | |
download | linux-3.10-440166b9bb8b4fcd182531a65fd75816066f82f9.tar.gz linux-3.10-440166b9bb8b4fcd182531a65fd75816066f82f9.tar.bz2 linux-3.10-440166b9bb8b4fcd182531a65fd75816066f82f9.zip |
mwifiex: check for bss_role instead of bss_mode for STA operations
commit 953b3539ef9301b8ef73f4b6e2fd824b86aae65a upstream.
This patch fixes an issue wherein association would fail on P2P
interfaces. This happened because we are checking priv->mode
against NL80211_IFTYPE_STATION. While this check is correct for
infrastructure stations, it would fail P2P clients for which mode
is NL80211_IFTYPE_P2P_CLIENT.
Better check would be bss_role which has only 2 values: STA/AP.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Stone Piao <piaoyun@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/pcmcia/ricoh.h')
0 files changed, 0 insertions, 0 deletions