Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3a90285 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

mac80211: kill IEEE80211_CONF_SHORT_SLOT_TIME



No drivers use it any more, so it can now be removed safely.

Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent a9a6ffff
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -520,12 +520,6 @@ enum ieee80211_conf_flags {
	IEEE80211_CONF_PS		= (1<<1),
};

/* XXX: remove all this once drivers stop trying to use it */
static inline int __deprecated __IEEE80211_CONF_SHORT_SLOT_TIME(void)
{
	return 0;
}
#define IEEE80211_CONF_SHORT_SLOT_TIME (__IEEE80211_CONF_SHORT_SLOT_TIME())

/**
 * enum ieee80211_conf_changed - denotes which configuration changed