Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Jiri Benc | f0706e8 | 2007-05-05 11:45:53 -0700 | [diff] [blame] | 2 | /* |
Jiri Benc | f0706e8 | 2007-05-05 11:45:53 -0700 | [diff] [blame] | 3 | * Copyright 2004, Instant802 Networks, Inc. |
| 4 | * Copyright 2005, Devicescape Software, Inc. |
Jiri Benc | f0706e8 | 2007-05-05 11:45:53 -0700 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef _WME_H |
| 8 | #define _WME_H |
| 9 | |
| 10 | #include <linux/netdevice.h> |
| 11 | #include "ieee80211_i.h" |
| 12 | |
Yoni Divinsky | 00e96de | 2012-06-20 15:39:13 +0300 | [diff] [blame] | 13 | u16 ieee80211_select_queue_80211(struct ieee80211_sub_if_data *sdata, |
Thomas Pedersen | d3c1597 | 2011-11-24 17:15:23 -0800 | [diff] [blame] | 14 | struct sk_buff *skb, |
| 15 | struct ieee80211_hdr *hdr); |
Felix Fietkau | 1974da8 | 2019-03-25 08:59:23 +0100 | [diff] [blame] | 16 | u16 __ieee80211_select_queue(struct ieee80211_sub_if_data *sdata, |
| 17 | struct sta_info *sta, struct sk_buff *skb); |
Johannes Berg | cf0277e | 2010-01-05 18:00:58 +0100 | [diff] [blame] | 18 | u16 ieee80211_select_queue(struct ieee80211_sub_if_data *sdata, |
| 19 | struct sk_buff *skb); |
Javier Cardona | 2154c81c | 2011-09-07 17:49:53 -0700 | [diff] [blame] | 20 | void ieee80211_set_qos_hdr(struct ieee80211_sub_if_data *sdata, |
| 21 | struct sk_buff *skb); |
Jiri Benc | f0706e8 | 2007-05-05 11:45:53 -0700 | [diff] [blame] | 22 | |
| 23 | #endif /* _WME_H */ |