]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mac80211: store channel info in sta_bss_list
authorJohn W. Linville <linville@tuxdriver.com>
Fri, 26 Oct 2007 21:04:31 +0000 (17:04 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Nov 2007 16:27:39 +0000 (08:27 -0800)
commit66bc3f66854fdfb09035fa247c936524d19b7454
treeebdf41c577891f1fd487a09a0fb44d0e487eafa6
parent20bf97cfbf4beb8d16f1cd62fdd4befdb2ca39f9
mac80211: store channel info in sta_bss_list

patch 65c107ab3befc37b21d1c970a6159525bc0121b8 in mainline.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/mac80211/ieee80211_sta.c