diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-03-18 09:29:38 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-27 20:13:00 -0400 |
commit | b3a902850a8f5bc11a660051faae707f928d4bd6 (patch) | |
tree | 0f99f1dcd8f4baf42169aecad0fc6204eba72746 /include/net | |
parent | a9a6ffffd05f97e6acbdeafc595e269855829751 (diff) |
mac80211: kill IEEE80211_CONF_SHORT_SLOT_TIME
No drivers use it any more, so it can now be removed safely.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/mac80211.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index a38a82c785dd..daa539a4287b 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -520,12 +520,6 @@ enum ieee80211_conf_flags { | |||
520 | IEEE80211_CONF_PS = (1<<1), | 520 | IEEE80211_CONF_PS = (1<<1), |
521 | }; | 521 | }; |
522 | 522 | ||
523 | /* XXX: remove all this once drivers stop trying to use it */ | ||
524 | static inline int __deprecated __IEEE80211_CONF_SHORT_SLOT_TIME(void) | ||
525 | { | ||
526 | return 0; | ||
527 | } | ||
528 | #define IEEE80211_CONF_SHORT_SLOT_TIME (__IEEE80211_CONF_SHORT_SLOT_TIME()) | ||
529 | 523 | ||
530 | /** | 524 | /** |
531 | * enum ieee80211_conf_changed - denotes which configuration changed | 525 | * enum ieee80211_conf_changed - denotes which configuration changed |