diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2008-12-23 18:58:45 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 15:59:32 -0500 |
commit | 285256a59d790c6a9afe8ec82804a369d956ac06 (patch) | |
tree | 679c78347f255f3a1e198c2cbba98463a99185e5 /include | |
parent | de27e64e5eb72ff3edcaf5edce2f306ada1f094d (diff) |
mac80211: no need for ht.enabled
We can simply use conf_is_ht() check where needed.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/mac80211.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 1e8db8ae6159..9d67fdf1c26a 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -508,7 +508,6 @@ static inline int __deprecated __IEEE80211_CONF_SHORT_SLOT_TIME(void) | |||
508 | #define IEEE80211_CONF_SHORT_SLOT_TIME (__IEEE80211_CONF_SHORT_SLOT_TIME()) | 508 | #define IEEE80211_CONF_SHORT_SLOT_TIME (__IEEE80211_CONF_SHORT_SLOT_TIME()) |
509 | 509 | ||
510 | struct ieee80211_ht_conf { | 510 | struct ieee80211_ht_conf { |
511 | bool enabled; | ||
512 | enum nl80211_channel_type channel_type; | 511 | enum nl80211_channel_type channel_type; |
513 | }; | 512 | }; |
514 | 513 | ||