git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b14c96
)
cfg80211: don't look at wdev->ssid for giwessid
author
Johannes Berg
<johannes@sipsolutions.net>
Fri, 10 Jul 2009 15:53:34 +0000
(17:53 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 24 Jul 2009 19:05:11 +0000
(15:05 -0400)
This variable is only used internally, _while_ connected.
If we use it, the sequence
# iwconfig wlan1 essid foo
<connects>
# iwconfig wlan1 essid ""
<disconnects>
# iwconfig
will still display "foo" as the SSID afterwards, which
is obviously quite bogus. Fix this by only displaying
the wext SSID, if present.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/wext-sme.c
patch
|
blob
|
history
diff --cc
net/wireless/wext-sme.c
Simple merge