Staging: rtl8192e: Rename variable bRTSBW
Rename variable bRTSBW to rts_bw to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <tdavies@darkphysics.net> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org> Link: https://lore.kernel.org/r/20240612032230.9738-7-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ec1cc0fcc8
commit
e3b3ccfcb7
@@ -119,7 +119,7 @@ struct cb_desc {
|
||||
u8 bRTSSTBC:1;
|
||||
u8 RTSSC:1;
|
||||
|
||||
u8 bRTSBW:1;
|
||||
u8 rts_bw:1;
|
||||
u8 bPacketBW:1;
|
||||
u8 rts_use_short_preamble:1;
|
||||
u8 bRTSUseShortGI:1;
|
||||
|
||||
@@ -376,7 +376,7 @@ static void rtllib_query_protectionmode(struct rtllib_device *ieee,
|
||||
tcb_desc->bRTSUseShortGI = false;
|
||||
tcb_desc->bCTSEnable = false;
|
||||
tcb_desc->RTSSC = 0;
|
||||
tcb_desc->bRTSBW = false;
|
||||
tcb_desc->rts_bw = false;
|
||||
|
||||
if (tcb_desc->bBroadcast || tcb_desc->multicast)
|
||||
return;
|
||||
@@ -447,7 +447,7 @@ NO_PROTECTION:
|
||||
tcb_desc->bCTSEnable = false;
|
||||
tcb_desc->rts_rate = 0;
|
||||
tcb_desc->RTSSC = 0;
|
||||
tcb_desc->bRTSBW = false;
|
||||
tcb_desc->rts_bw = false;
|
||||
}
|
||||
|
||||
static void rtllib_txrate_selectmode(struct rtllib_device *ieee,
|
||||
|
||||
Reference in New Issue
Block a user