commit | 65c107ab3befc37b21d1c970a6159525bc0121b8 | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Fri Oct 05 14:23:27 2007 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Oct 16 21:17:26 2007 -0400 |
tree | b82fae89b41e9f22f8219f6c06be14c266a04d37 | |
parent | 1dd84aa213d0f98a91a1ec9be2f750f5f48e75a0 [diff] |
[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>