mac80211: clean up channel type config
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 7 Jan 2009 09:13:27 +0000 (10:13 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 20:59:55 +0000 (15:59 -0500)
commit4797938c5dfa22af30fd16679192972f878419a1
tree5e9de4801903f0e8fd5aac75c26295ed0069667a
parent47166791b7296db5c0a7189401e42b8c7f4cca25
mac80211: clean up channel type config

The channel_type really doesn't need to be the only member in
a new structure, so remove the struct. Additionally, remove
the _CONF_CHANGE_HT flag and use _CONF_CHANGE_CHANNEL when the
channel type changes, since that's enough of a change to require
reprogramming the hardware anyway.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/main.c
include/net/mac80211.h
net/mac80211/ht.c
net/mac80211/main.c
net/mac80211/mlme.c