00001 /* 00002 * Copyright 2004, Instant802 Networks, Inc. 00003 * Copyright 2005, Devicescape Software, Inc. 00004 * 00005 * This program is free software; you can redistribute it and/or modify 00006 * it under the terms of the GNU General Public License version 2 as 00007 * published by the Free Software Foundation. 00008 */ 00009 00010 #ifndef _WME_H 00011 #define _WME_H 00012 00013 #include <linux/netdevice.h> 00014 #include "ieee80211_i.h" 00015 00016 extern const int ieee802_1d_to_ac[8]; 00017 00018 u16 ieee80211_select_queue_80211(struct ieee80211_local *local, 00019 struct sk_buff *skb, 00020 struct ieee80211_hdr *hdr); 00021 u16 ieee80211_select_queue(struct ieee80211_sub_if_data *sdata, 00022 struct sk_buff *skb); 00023 void ieee80211_set_qos_hdr(struct ieee80211_sub_if_data *sdata, 00024 struct sk_buff *skb); 00025 00026 #endif /* _WME_H */