Commit b88668ac authored by John Whitmore's avatar John Whitmore Committed by Greg Kroah-Hartman
Browse files

staging:rtl8192u: Remove commented out code - Style



Remove commented out sections of code, specifically for a structure,
QOS_DL_RECORD, which no longer exists in the module.

This change is a coding style change which should have no impact on
runtime code execution.

Signed-off-by: default avatarJohn Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 80b6f0d4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ struct tx_ts_record {
	u16				tx_cur_seq;
	BA_RECORD			tx_pending_ba_record;	/*  For BA Originator */
	BA_RECORD			tx_admitted_ba_record;	/*  For BA Originator */
/* 	QOS_DL_RECORD		DLRecord; */
	u8				add_ba_req_in_progress;
	u8				add_ba_req_delayed;
	u8				using_ba;
@@ -49,7 +48,6 @@ struct rx_ts_record {
	u16				RxLastSeqNum;
	u8				RxLastFragNum;
	u8				num;
/* 	QOS_DL_RECORD		DLRecord; */
};