Message ID | 1522672283-1860-1-git-send-email-huxm@marvell.com (mailing list archive) |
---|---|
State | Accepted |
Commit | d6c38be09af0c2805cb858e3a20a2b29b2c04735 |
Delegated to: | Kalle Valo |
Headers | show |
Xinming Hu <huxm@marvell.com> wrote: > Firmware parse and attach ERP IE from bss configuration, > do not set again from tail IE. > > Signed-off-by: Xinming Hu <huxm@marvell.com> 2 patches applied to wireless-drivers-next.git, thanks. d6c38be09af0 mwifiex: uap: filter duplicate ERP IE c1003538bf6b mwifiex: uap: support cfg80211 ignore_broadcast_ssid=2
diff --git a/drivers/net/wireless/marvell/mwifiex/ie.c b/drivers/net/wireless/marvell/mwifiex/ie.c index 922e3d6..b10baac 100644 --- a/drivers/net/wireless/marvell/mwifiex/ie.c +++ b/drivers/net/wireless/marvell/mwifiex/ie.c @@ -349,6 +349,7 @@ static int mwifiex_uap_parse_tail_ies(struct mwifiex_private *priv, case WLAN_EID_SUPP_RATES: case WLAN_EID_COUNTRY: case WLAN_EID_PWR_CONSTRAINT: + case WLAN_EID_ERP_INFO: case WLAN_EID_EXT_SUPP_RATES: case WLAN_EID_HT_CAPABILITY: case WLAN_EID_HT_OPERATION:
Firmware parse and attach ERP IE from bss configuration, do not set again from tail IE. Signed-off-by: Xinming Hu <huxm@marvell.com> --- drivers/net/wireless/marvell/mwifiex/ie.c | 1 + 1 file changed, 1 insertion(+)