Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122478
b: refs/heads/master
c: cb3da8c
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Rossi authored and John W. Linville committed Dec 5, 2008
1 parent 57ba133 commit c484d79
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: e60c7744f8aa77bcbcb0b294596d6c87445d1200
refs/heads/master: cb3da8ccc464409e3b947557cdac4cd0b1241c4c
2 changes: 1 addition & 1 deletion trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ static int ieee80211_sta_match_ssid(struct ieee80211_if_sta *ifsta,
}
}

if (hidden_ssid && ifsta->ssid_len == ssid_len)
if (hidden_ssid && (ifsta->ssid_len == ssid_len || ssid_len == 0))
return 1;

if (ssid_len == 1 && ssid[0] == ' ')
Expand Down

0 comments on commit c484d79

Please sign in to comment.