Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315191
b: refs/heads/master
c: c30a3d3
h: refs/heads/master
i:
  315189: eb4a979
  315187: 4adef94
  315183: 9f3a306
v: v3
  • Loading branch information
Michal Kazior authored and Johannes Berg committed Jun 29, 2012
1 parent 4b003c3 commit d2c8f77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4489ebeffa436c8427a20e2f05004e783708cde
refs/heads/master: c30a3d38689bc601e03d5f2ad3c37d8ea13e46ca
2 changes: 2 additions & 0 deletions trunk/include/net/cfg80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -2411,6 +2411,8 @@ struct wireless_dev {
/* for AP and mesh channel tracking */
struct ieee80211_channel *channel;

bool ibss_fixed;

bool ps;
int ps_timeout;

Expand Down
1 change: 1 addition & 0 deletions trunk/net/wireless/ibss.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ int __cfg80211_join_ibss(struct cfg80211_registered_device *rdev,
kfree(wdev->connect_keys);
wdev->connect_keys = connkeys;

wdev->ibss_fixed = params->channel_fixed;
#ifdef CONFIG_CFG80211_WEXT
wdev->wext.ibss.channel = params->channel;
#endif
Expand Down

0 comments on commit d2c8f77

Please sign in to comment.