mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
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>
This commit is contained in:
parent
a9a6ffffd0
commit
b3a902850a
1 changed files with 0 additions and 6 deletions
|
@ -520,12 +520,6 @@ enum ieee80211_conf_flags {
|
||||||
IEEE80211_CONF_PS = (1<<1),
|
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
|
* enum ieee80211_conf_changed - denotes which configuration changed
|
||||||
|
|
Loading…
Reference in a new issue