Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202892
b: refs/heads/master
c: 90b7260
h: refs/heads/master
v: v3
  • Loading branch information
Juuso Oikarinen authored and John W. Linville committed Jun 8, 2010
1 parent c2169ae commit 94e24ea
Show file tree
Hide file tree
Showing 2 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: 3cfd43f484c8d4bcb38db83f7be19fbd4ac8440c
refs/heads/master: 90b726097ba0dcc1f9725182513e669a30e77db5
3 changes: 3 additions & 0 deletions trunk/net/mac80211/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ static int ieee80211_ifa_changed(struct notifier_block *nb,
struct ieee80211_sub_if_data *sdata;
struct ieee80211_if_managed *ifmgd;

if (!netif_running(ndev))
return NOTIFY_DONE;

/* Make sure it's our interface that got changed */
if (!wdev)
return NOTIFY_DONE;
Expand Down

0 comments on commit 94e24ea

Please sign in to comment.