summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-07-27 20:31:10 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-29 11:15:51 +0300
commitdf5d5bc8d095d1ad36d8b48e7323cb281761660e (patch)
tree7ae0a62278eedb4b9c72f10bdd3c730aa4396efa /drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h
parente5afcc0f40b00ca349b0316700af63e9cfd9e549 (diff)
downloadlinux-df5d5bc8d095d1ad36d8b48e7323cb281761660e.tar.xz
staging:rtl8192u: Rename bAddBaReqDelayed - Style
Rename the member variable bAddBaReqDelayed to add_ba_req_delayed This change clears the checkpatch issue with CamelCase naming. The resulting changes are purely coding style changes 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_TS.h')
-rw-r--r--drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h b/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h
index 4d4c25c0f7c4..4c11ed776c25 100644
--- a/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h
+++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h
@@ -33,7 +33,7 @@ struct tx_ts_record {
BA_RECORD tx_admitted_ba_record; /* For BA Originator */
/* QOS_DL_RECORD DLRecord; */
u8 add_ba_req_in_progress;
- u8 bAddBaReqDelayed;
+ u8 add_ba_req_delayed;
u8 bUsingBa;
struct timer_list TsAddBaTimer;
u8 num;