commit | cffdd30d20d163343b1c6de25bcb0cc978a1ebf9 | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Fri Oct 05 14:23:27 2007 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Oct 16 21:19:18 2007 -0400 |
tree | dfdf21df7e580c1098e13708a1ae6f0b581ed0fa | |
parent | 65c107ab3befc37b21d1c970a6159525bc0121b8 [diff] |
[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>