#include <linux/compiler.h>
#include <linux/errno.h>
#include <linux/if_arp.h>
#include <linux/in6.h>
#include <linux/in.h>
#include <linux/ip.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/pci.h>
#include <linux/proc_fs.h>
#include <linux/skbuff.h>
#include <linux/slab.h>
#include <linux/tcp.h>
#include <linux/types.h>
#include <linux/wireless.h>
#include <linux/etherdevice.h>
#include <asm/uaccess.h>
#include <linux/if_vlan.h>
#include "ieee80211.h"
Go to the source code of this file.
|
int | ieee80211_encrypt_fragment (struct ieee80211_device *ieee, struct sk_buff *frag, int hdr_len) |
|
void | ieee80211_txb_free (struct ieee80211_txb *txb) |
|
struct ieee80211_txb * | ieee80211_alloc_txb (int nr_frags, int txb_size, int gfp_mask) |
|
void | ieee80211_tx_query_agg_cap (struct ieee80211_device *ieee, struct sk_buff *skb, cb_desc *tcb_desc) |
|
void | ieee80211_qurey_ShortPreambleMode (struct ieee80211_device *ieee, cb_desc *tcb_desc) |
|
void | ieee80211_query_HTCapShortGI (struct ieee80211_device *ieee, cb_desc *tcb_desc) |
|
void | ieee80211_query_BandwidthMode (struct ieee80211_device *ieee, cb_desc *tcb_desc) |
|
void | ieee80211_query_protectionmode (struct ieee80211_device *ieee, cb_desc *tcb_desc, struct sk_buff *skb) |
|
void | ieee80211_txrate_selectmode (struct ieee80211_device *ieee, cb_desc *tcb_desc) |
|
void | ieee80211_query_seqnum (struct ieee80211_device *ieee, struct sk_buff *skb, u8 *dst) |
|
int | ieee80211_xmit (struct sk_buff *skb, struct net_device *dev) |
|
| EXPORT_SYMBOL (ieee80211_txb_free) |
|
#define SN_LESS |
( |
|
a, |
|
|
|
b |
|
) |
| (((a-b)&0x800)!=0) |