2021-02-21 20:16:23

by William Durand

[permalink] [raw]
Subject: [PATCH 0/7] staging: rtl8192e: ba_record struct cleanups

This patchset fixes the checkpatch issues related to the `ba_record`
struct defined in `rtl8192e/rtl819x_BA.h` (avoid camelcase). The last
patch reformats the struct a bit to be more consistent with the other
types defined in the same file.

William Durand (7):
staging: rtl8192e: rename Timer to timer in ba_record struct
staging: rtl8192e: rename bValid to b_valid in ba_record struct
staging: rtl8192e: rename DialogToken to dialog_token in ba_record struct
staging: rtl8192e: rename BaParamSet to ba_param_set in ba_record struct
staging: rtl8192e: rename BaTimeoutValue to ba_timeout_value in ba_record struct
staging: rtl8192e: rename BaStartSeqCtrl to ba_start_seq_ctrl in ba_record struct
staging: rtl8192e: reformat ba_record struct

drivers/staging/rtl8192e/rtl819x_BA.h | 12 +--
drivers/staging/rtl8192e/rtl819x_BAProc.c | 96 +++++++++++------------
drivers/staging/rtl8192e/rtl819x_TSProc.c | 6 +-
drivers/staging/rtl8192e/rtllib_tx.c | 4 +-
4 files changed, 59 insertions(+), 59 deletions(-)

--
2.30.0