Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright 2004, Instant802 Networks, Inc.
0004  * Copyright 2005, Devicescape Software, Inc.
0005  */
0006 
0007 #ifndef _WME_H
0008 #define _WME_H
0009 
0010 #include <linux/netdevice.h>
0011 #include "ieee80211_i.h"
0012 
0013 u16 ieee80211_select_queue_80211(struct ieee80211_sub_if_data *sdata,
0014                  struct sk_buff *skb,
0015                  struct ieee80211_hdr *hdr);
0016 u16 __ieee80211_select_queue(struct ieee80211_sub_if_data *sdata,
0017                  struct sta_info *sta, struct sk_buff *skb);
0018 u16 ieee80211_select_queue(struct ieee80211_sub_if_data *sdata,
0019                struct sk_buff *skb);
0020 void ieee80211_set_qos_hdr(struct ieee80211_sub_if_data *sdata,
0021                struct sk_buff *skb);
0022 
0023 #endif /* _WME_H */