#include <linux/netdevice.h>#include <linux/skbuff.h>#include <linux/module.h>#include <linux/if_arp.h>#include <linux/types.h>#include <net/ip.h>#include <net/pkt_sched.h>#include <net/mac80211.h>#include "ieee80211_i.h"#include "wme.h"
Go to the source code of this file.
Functions | |
| static u16 | ieee80211_downgrade_queue (struct ieee80211_local *local, struct sk_buff *skb) |
| u16 | ieee80211_select_queue (struct ieee80211_sub_if_data *sdata, struct sk_buff *skb) |
| u16 | ieee80211_select_queue_80211 (struct ieee80211_local *local, struct sk_buff *skb, struct ieee80211_hdr *hdr) |
| void | ieee80211_set_qos_hdr (struct ieee80211_sub_if_data *sdata, struct sk_buff *skb) |
| static int | wme_downgrade_ac (struct sk_buff *skb) |
Variables | |
| const int | ieee802_1d_to_ac [8] |
| static u16 ieee80211_downgrade_queue | ( | struct ieee80211_local * | local, |
| struct sk_buff * | skb | ||
| ) | [static] |
Definition at line 55 of file kernel-3.5/wme.c.
| u16 ieee80211_select_queue | ( | struct ieee80211_sub_if_data * | sdata, |
| struct sk_buff * | skb | ||
| ) |
Definition at line 101 of file kernel-3.5/wme.c.
| u16 ieee80211_select_queue_80211 | ( | struct ieee80211_local * | local, |
| struct sk_buff * | skb, | ||
| struct ieee80211_hdr * | hdr | ||
| ) |
Definition at line 76 of file kernel-3.5/wme.c.
| void ieee80211_set_qos_hdr | ( | struct ieee80211_sub_if_data * | sdata, |
| struct sk_buff * | skb | ||
| ) |
Definition at line 162 of file kernel-3.5/wme.c.
| static int wme_downgrade_ac | ( | struct sk_buff * | skb | ) | [static] |
Definition at line 35 of file kernel-3.5/wme.c.
| const int ieee802_1d_to_ac[8] |
{
IEEE80211_AC_BE,
IEEE80211_AC_BK,
IEEE80211_AC_BK,
IEEE80211_AC_BE,
IEEE80211_AC_VI,
IEEE80211_AC_VI,
IEEE80211_AC_VO,
IEEE80211_AC_VO
}
Definition at line 24 of file kernel-3.5/wme.c.