Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: r8188eu: remove ieee80211_txb and tx_pending structures

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>

authored by

Ivan Safonov and committed by
Greg Kroah-Hartman
d94971aa 5cd83965

-15
-15
drivers/staging/rtl8188eu/include/ieee80211.h
··· 540 540 #define IEEE80211_DEFAULT_TX_ESSID "Penguin" 541 541 #define IEEE80211_DEFAULT_BASIC_RATE 10 542 542 543 - struct ieee80211_txb { 544 - u8 nr_frags; 545 - u8 encrypted; 546 - u16 reserved; 547 - u16 frag_size; 548 - u16 payload_size; 549 - struct sk_buff *fragments[0]; 550 - }; 551 - 552 - 553 543 /* SWEEP TABLE ENTRIES NUMBER*/ 554 544 #define MAX_SWEEP_TAB_ENTRIES 42 555 545 #define MAX_SWEEP_TAB_ENTRIES_PER_PACKET 7 ··· 636 646 637 647 #define CFG_IEEE80211_RESERVE_FCS (1<<0) 638 648 #define CFG_IEEE80211_COMPUTE_FCS (1<<1) 639 - 640 - struct tx_pending { 641 - int frag; 642 - struct ieee80211_txb *txb; 643 - }; 644 649 645 650 #define MAXTID 16 646 651