Commit c3f1bca8 authored by William Durand's avatar William Durand Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: rename ShortData to short_data in sequence_control union

parent 29b205e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#define	DELBA_REASON_UNKNOWN_BA	38
#define	DELBA_REASON_TIMEOUT			39
union sequence_control {
	u16 ShortData;
	u16 short_data;
	struct {
		u16	FragNum:4;
		u16	SeqNum:12;
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ void ResetBaEntry(struct ba_record *pBA)
	pBA->BaParamSet.shortData	= 0;
	pBA->BaTimeoutValue		= 0;
	pBA->DialogToken		= 0;
	pBA->BaStartSeqCtrl.ShortData	= 0;
	pBA->BaStartSeqCtrl.short_data	= 0;
}
static struct sk_buff *rtllib_ADDBA(struct rtllib_device *ieee, u8 *Dst,
				    struct ba_record *pBA,