Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66883
b: refs/heads/master
c: f7c4dae
h: refs/heads/master
i:
  66881: bed21eb
  66879: 2566954
v: v3
  • Loading branch information
Michael Buesch authored and David S. Miller committed Oct 10, 2007
1 parent d749421 commit 2c968ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 05b64b364822863974c0121359b01d7ba0f22205
refs/heads/master: f7c4daed99fba15e4e48df464031f4ac7c32e4c9
2 changes: 1 addition & 1 deletion trunk/net/mac80211/ieee80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ int ieee80211_hw_config(struct ieee80211_local *local)
local->hw.conf.phymode);
#endif /* CONFIG_MAC80211_VERBOSE_DEBUG */

if (local->ops->config)
if (local->open_count)
ret = local->ops->config(local_to_hw(local), &local->hw.conf);

return ret;
Expand Down

0 comments on commit 2c968ff

Please sign in to comment.