diff options
-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 |