projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9a6fff
)
mac80211: kill IEEE80211_CONF_SHORT_SLOT_TIME
author
Johannes Berg
<
[email protected]
>
Wed, 18 Mar 2009 13:29:38 +0000
(14:29 +0100)
committer
John W. Linville
<
[email protected]
>
Sat, 28 Mar 2009 00:13:00 +0000
(20:13 -0400)
No drivers use it any more, so it can now be removed safely.
Signed-off-by: Johannes Berg <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
include/net/mac80211.h
patch
|
blob
|
history
diff --git
a/include/net/mac80211.h
b/include/net/mac80211.h
index a38a82c785dda971364860f6f59644dd4eb012fe..daa539a4287b92545b291b16c57fc84a45dee084 100644
(file)
--- a/
include/net/mac80211.h
+++ b/
include/net/mac80211.h
@@
-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