Skip to content

Commit

Permalink
net: wireless: bcmdhd: Fix WPS PBC overlap failure
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
  • Loading branch information
Neeraj Kumar Garg authored and Kali- committed May 28, 2012
1 parent 66814a6 commit 0880d9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/wireless/bcmdhd/wl_cfg80211.c
Expand Up @@ -2216,6 +2216,8 @@ wl_cfg80211_connect(struct wiphy *wiphy, struct net_device *dev,
*/
WL_DBG(("ASSOC2 p2p index : %d sme->ie_len %d\n",
wl_cfgp2p_find_idx(wl, dev), sme->ie_len));
wl_cfgp2p_set_management_ie(wl, dev, wl_cfgp2p_find_idx(wl, dev),
VNDR_IE_PRBREQ_FLAG, sme->ie, sme->ie_len);
wl_cfgp2p_set_management_ie(wl, dev, wl_cfgp2p_find_idx(wl, dev),
VNDR_IE_ASSOCREQ_FLAG, sme->ie, sme->ie_len);
}
Expand Down

0 comments on commit 0880d9a

Please sign in to comment.