[PATCH] mac80211: store channel info in sta_bss_list
authorJohn W. Linville <linville@tuxdriver.com>
Fri, 5 Oct 2007 18:23:27 +0000 (14:23 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 17 Oct 2007 01:17:26 +0000 (21:17 -0400)
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 <linville@tuxdriver.com>

No differences found