rtlwifi: Remove seq_number from rtl_tid_data
Since mac80211 maintains the sequence number for each STA/TID, driver doesn't need to maintain a copy. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
@@ -1324,7 +1324,6 @@ struct rssi_sta {
|
||||
};
|
||||
|
||||
struct rtl_tid_data {
|
||||
u16 seq_number;
|
||||
struct rtl_ht_agg agg;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user