From: John W. Linville Date: Fri, 5 Oct 2007 18:23:27 +0000 (-0400) Subject: [PATCH] mac80211: store channel info in sta_bss_list X-Git-Tag: v2.6.24-rc1~294^2~28^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65c107ab3befc37b21d1c970a6159525bc0121b8;p=pandora-kernel.git [PATCH] mac80211: store channel info in sta_bss_list Some AP equipment "in the wild" uses the same BSSID on multiple channels (particularly "a" vs. "b/g"). This patch changes the key of sta_bss_list to include both the BSSID and the channel so as to prevent a BSSID on one channel from eclipsing the same BSSID on another channel. Signed-off-by: John W. Linville --- Reading git-diff-tree failed