[PATCH] mac80211: store SSID in sta_bss_list
commitcffdd30d20d163343b1c6de25bcb0cc978a1ebf9
authorJohn W. Linville <linville@tuxdriver.com>
Fri, 5 Oct 2007 18:23:27 +0000 (5 14:23 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 17 Oct 2007 01:19:18 +0000 (16 21:19 -0400)
treedfdf21df7e580c1098e13708a1ae6f0b581ed0fa
parent65c107ab3befc37b21d1c970a6159525bc0121b8
[PATCH] mac80211: store SSID in sta_bss_list

Some AP equipment "in the wild" services multiple SSIDs using the
same BSSID.  This patch changes the key of sta_bss_list to include
the SSID as well as the BSSID and the channel so as to prevent one
SSID from eclipsing another SSID with the same BSSID.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_sta.c