[PATCH] mac80211: store channel info in sta_bss_list
commit65c107ab3befc37b21d1c970a6159525bc0121b8
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:17:26 +0000 (16 21:17 -0400)
treeb82fae89b41e9f22f8219f6c06be14c266a04d37
parent1dd84aa213d0f98a91a1ec9be2f750f5f48e75a0
[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 <linville@tuxdriver.com>
net/mac80211/ieee80211_sta.c