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

staging:rtl8192u: Rename ShortData - Style



Rename the ShortData member variable to short_data. This clears a
checkpatch issue with CamelCase naming.

This is a coding style change which should not impact runtime
code execution.

Signed-off-by: default avatarJohn Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f9406665
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ struct ieee80211_ADDBA_Req{
*/
//Is this need?I put here just to make it easier to define structure BA_RECORD //WB
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
@@ -93,7 +93,7 @@ void ResetBaEntry(PBA_RECORD pBA)
	pBA->BaParamSet.shortData	= 0;
	pBA->BaTimeoutValue		= 0;
	pBA->DialogToken		= 0;
	pBA->BaStartSeqCtrl.ShortData	= 0;
	pBA->BaStartSeqCtrl.short_data	= 0;
}
//These functions need porting here or not?
/*******************************************************************************************************************************