From: John W. Linville Date: Fri, 5 Oct 2007 18:23:27 +0000 (-0400) Subject: [PATCH] mac80211: store SSID in sta_bss_list X-Git-Tag: v2.6.24-rc1~294^2~28^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cffdd30d20d163343b1c6de25bcb0cc978a1ebf9;p=pandora-kernel.git [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 --- Reading git-diff-tree failed