]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: r8188eu: remove ieee80211_txb and tx_pending structures
authorIvan Safonov <insafonov@gmail.com>
Sat, 3 Sep 2016 15:29:14 +0000 (22:29 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Sep 2016 09:23:20 +0000 (11:23 +0200)
ieee80211_txb and tx_pending structures are not used.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/ieee80211.h

index f84bc32386598507b4c47b6246cacab31d900b68..fc58621368c1550a88859d051bd40db46129c567 100644 (file)
@@ -540,16 +540,6 @@ struct ieee80211_snap_hdr {
 #define IEEE80211_DEFAULT_TX_ESSID "Penguin"
 #define IEEE80211_DEFAULT_BASIC_RATE 10
 
-struct ieee80211_txb {
-       u8 nr_frags;
-       u8 encrypted;
-       u16 reserved;
-       u16 frag_size;
-       u16 payload_size;
-       struct sk_buff *fragments[0];
-};
-
-
 /* SWEEP TABLE ENTRIES NUMBER*/
 #define MAX_SWEEP_TAB_ENTRIES            42
 #define MAX_SWEEP_TAB_ENTRIES_PER_PACKET  7
@@ -647,11 +637,6 @@ static inline int is_broadcast_mac_addr(const u8 *addr)
 #define CFG_IEEE80211_RESERVE_FCS (1<<0)
 #define CFG_IEEE80211_COMPUTE_FCS (1<<1)
 
-struct tx_pending {
-       int frag;
-       struct ieee80211_txb *txb;
-};
-
 #define MAXTID 16
 
 #define IEEE_A     (1<<0)