Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369642
b: refs/heads/master
c: 5586d3e
h: refs/heads/master
v: v3
  • Loading branch information
Paul Stewart authored and John W. Linville committed Apr 22, 2013
1 parent 2536e47 commit 78b2c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec9c498991880b387e4783a6eb071ed8d01e45a3
refs/heads/master: 5586d3e2f211a7c9c1d5fd639c88c8479b78a13d
5 changes: 2 additions & 3 deletions trunk/drivers/net/wireless/mwifiex/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -2136,10 +2136,9 @@ struct wireless_dev *mwifiex_add_virtual_intf(struct wiphy *wiphy,

/* At start-up, wpa_supplicant tries to change the interface
* to NL80211_IFTYPE_STATION if it is not managed mode.
* So, we initialize it to STA mode.
*/
wdev->iftype = NL80211_IFTYPE_STATION;
priv->bss_mode = NL80211_IFTYPE_STATION;
wdev->iftype = NL80211_IFTYPE_P2P_CLIENT;
priv->bss_mode = NL80211_IFTYPE_P2P_CLIENT;

/* Setting bss_type to P2P tells firmware that this interface
* is receiving P2P peers found during find phase and doing
Expand Down

0 comments on commit 78b2c8f

Please sign in to comment.