summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-08-21 20:15:34 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-27 20:24:30 +0300
commita3ba6bb9a38eea467d0fb8838a01f0fbc5d7f3bc (patch)
tree6c325b69f0f0bb3752c329a2c0bf550c1c95ccec /drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h
parentefff422454f3b09ecc4e4a6fbfe94676b9666d44 (diff)
downloadlinux-a3ba6bb9a38eea467d0fb8838a01f0fbc5d7f3bc.tar.xz
staging:rtl8192u: Rename BaParamSet - Style
Rename the member variable BaParamSet to param_set. This clears the checkpatch issue with CamelCase naming. This is a coding style change which should have no impact on runtime code execution. Signed-off-by: John Whitmore <johnfwhitmore@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h')
-rw-r--r--drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h b/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h
index 948888224f24..64f20c124456 100644
--- a/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h
+++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h
@@ -53,7 +53,7 @@ struct ba_record {
struct timer_list timer;
u8 valid;
u8 dialog_token;
- union ba_param_set BaParamSet;
+ union ba_param_set param_set;
u16 BaTimeoutValue;
union sequence_control BaStartSeqCtrl;
};