Staging: rtl8723bs: Remove an unused struct tx_pending_t
Remove an unused struct tx_pending_t, as it is never used in kernel tree. Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5ef6c5db04
commit
e1f79c148c
|
@ -870,13 +870,6 @@ static inline int is_zero_mac_addr(const u8 *addr)
|
|||
#define CFG_IEEE80211_RESERVE_FCS (1<<0)
|
||||
#define CFG_IEEE80211_COMPUTE_FCS (1<<1)
|
||||
|
||||
typedef struct tx_pending_t{
|
||||
int frag;
|
||||
struct ieee80211_txb *txb;
|
||||
}tx_pending_t;
|
||||
|
||||
|
||||
|
||||
#define MAXTID 16
|
||||
|
||||
#define IEEE_A (1<<0)
|
||||
|
|
Loading…
Reference in New Issue