commit | 094d05dc32fc2930e381189a942016e5561775d9 | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Fri Dec 12 11:57:43 2008 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Dec 19 15:22:54 2008 -0500 |
tree | 4deedbcbe196f88cb8d9fe0cd0755775a7ff0939 | |
parent | 420e7fabd9c6d907280ed6b3e40eef425c5d8d8d [diff] |
mac80211: Fix HT channel selection HT management is done differently for AP and STA modes, unify to just the ->config() callback since HT is fundamentally a PHY property and cannot be per-BSS. Rename enum nl80211_sec_chan_offset as nl80211_channel_type to denote the channel type ( NO_HT, HT20, HT40+, HT40- ). Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>