diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-03-27 14:18:38 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-10 14:54:06 -0400 |
commit | 4670cf7a84dfbc3c5a9b50a12afdee0003a40ed8 (patch) | |
tree | 9d96968b29961a699f721a837783592ec9d6458c /net/mac80211/wme.h | |
parent | 4875d30df594eb47746b16073067e316968edd53 (diff) | |
download | linux-4670cf7a84dfbc3c5a9b50a12afdee0003a40ed8.tar.gz linux-4670cf7a84dfbc3c5a9b50a12afdee0003a40ed8.tar.bz2 linux-4670cf7a84dfbc3c5a9b50a12afdee0003a40ed8.zip |
mac80211: make ieee80211_downgrade_queue static
There's no reason for it to not be static.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/wme.h')
-rw-r--r-- | net/mac80211/wme.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/wme.h b/net/mac80211/wme.h index 94edceb617ff..ca80818b7b66 100644 --- a/net/mac80211/wme.h +++ b/net/mac80211/wme.h @@ -22,8 +22,5 @@ u16 ieee80211_select_queue(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb); void ieee80211_set_qos_hdr(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb); -u16 ieee80211_downgrade_queue(struct ieee80211_local *local, - struct sk_buff *skb); - #endif /* _WME_H */ |