Skip to content

Commit

Permalink
mac80211: kill IEEE80211_CONF_SHORT_SLOT_TIME
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johannes Berg authored and John W. Linville committed Mar 28, 2009
1 parent a9a6fff commit b3a9028
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3a9028

Please sign in to comment.