summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/include/ieee80211.h
diff options
context:
space:
mode:
authorJes Sorensen2014-04-15 19:44:19 +0200
committerGreg Kroah-Hartman2014-04-15 20:04:04 +0200
commit29f79e057fcca0d45000b0260ac0d519985606eb (patch)
treea92cedab8a75476b5f777b5a073c084cc3457aaa /drivers/staging/rtl8723au/include/ieee80211.h
parentstaging: rtl8723au: Remove unused ieee880211_is_empty_essid() (diff)
downloadkernel-qcow2-linux-29f79e057fcca0d45000b0260ac0d519985606eb.tar.gz
kernel-qcow2-linux-29f79e057fcca0d45000b0260ac0d519985606eb.tar.xz
kernel-qcow2-linux-29f79e057fcca0d45000b0260ac0d519985606eb.zip
staging: rtl8723au: Remove some unused ieee80211 structs
These are duplicated from the kernel headers and not used anymore Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723au/include/ieee80211.h')
-rw-r--r--drivers/staging/rtl8723au/include/ieee80211.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/drivers/staging/rtl8723au/include/ieee80211.h b/drivers/staging/rtl8723au/include/ieee80211.h
index 35fa3a6bf8ed..76875f651d82 100644
--- a/drivers/staging/rtl8723au/include/ieee80211.h
+++ b/drivers/staging/rtl8723au/include/ieee80211.h
@@ -298,53 +298,6 @@ struct ieee80211_snap_hdr {
#define WEP_KEY_LEN 13
-
-/*
-
- 802.11 data frame from AP
-
- ,-------------------------------------------------------------------.
-Bytes | 2 | 2 | 6 | 6 | 6 | 2 | 0..2312 | 4 |
- |------|------|---------|---------|---------|------|---------|------|
-Desc. | ctrl | dura | DA/RA | TA | SA | Sequ | frame | fcs |
- | | tion | (BSSID) | | | ence | data | |
- `-------------------------------------------------------------------'
-
-Total: 28-2340 bytes
-
-*/
-
-struct ieee80211_header_data {
- u16 frame_ctl;
- u16 duration_id;
- u8 addr1[6];
- u8 addr2[6];
- u8 addr3[6];
- u16 seq_ctrl;
-};
-
-struct ieee80211_info_element_hdr {
- u8 id;
- u8 len;
-} __attribute__ ((packed));
-
-struct ieee80211_info_element {
- u8 id;
- u8 len;
- u8 data[0];
-} __attribute__ ((packed));
-
-
-struct ieee80211_txb {
- u8 nr_frags;
- u8 encrypted;
- u16 reserved;
- u16 frag_size;
- u16 payload_size;
- struct sk_buff *fragments[0];
-};
-
-
/* MAX_RATES_LENGTH needs to be 12. The spec says 8, and many APs
* only use 8, and then use extended rates for the remaining supported
* rates. Other APs, however, stick all of their supported rates on the