]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mac80211: move spectrum management code out
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 9 Sep 2008 12:49:03 +0000 (14:49 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 11 Sep 2008 19:53:39 +0000 (15:53 -0400)
commit39192c0bcf556c8521dcf0203714e9d48ac0b9f6
treebb3ca5d74f06b2357644a5f1270924ca3bee02e9
parentde1ede7ac3bd300f9aa565d0f93f6cf9ba74bb1a
mac80211: move spectrum management code out

Like the HT code, this doesn't depend on the STA-mode implementation
and can be handled entirely independently. There's only stub code
for now, but when it gets filled having it in its own file will be
beneficial.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/Makefile
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/rx.c
net/mac80211/spectmgmt.c [new file with mode: 0644]