mac80211: move BSS handling to scan code
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 8 Sep 2008 15:44:27 +0000 (17:44 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 11 Sep 2008 19:53:37 +0000 (15:53 -0400)
commit5484e23749e78d5a4f56928efaf3c4b0d862b7a6
treeccfcde072487419d0bf32a88bc8314380d17f1bf
parent98c8fccfaea838e62ffde2f2e44568844e0e5472
mac80211: move BSS handling to scan code

This moves all the BSS list handling out of mlme.c to scan.c,
no further changes except fixing kzalloc/atomic_inc/atomic_inc
to kzalloc/atomic_set(2).

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/scan.c