Staging: rtl8192e: Rename variable LSigTxopProtect
Rename variable LSigTxopProtect to lsig_txop_protect to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <tdavies@darkphysics.net> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/20240428230106.6548-5-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b45d48dcb1
commit
fb3ac10f25
@ -37,7 +37,7 @@ struct ht_capab_ele {
|
||||
u8 DssCCk:1;
|
||||
u8 PSMP:1;
|
||||
u8 Rsvd1:1;
|
||||
u8 LSigTxopProtect:1;
|
||||
u8 lsig_txop_protect:1;
|
||||
|
||||
u8 MaxRxAMPDUFactor:2;
|
||||
u8 MPDUDensity:3;
|
||||
|
@ -268,7 +268,7 @@ void ht_construct_capability_element(struct rtllib_device *ieee, u8 *pos_ht_cap,
|
||||
cap_ele->MaxAMSDUSize = (MAX_RECEIVE_BUFFER_SIZE >= 7935) ? 1 : 0;
|
||||
cap_ele->DssCCk = 1;
|
||||
cap_ele->PSMP = 0;
|
||||
cap_ele->LSigTxopProtect = 0;
|
||||
cap_ele->lsig_txop_protect = 0;
|
||||
|
||||
netdev_dbg(ieee->dev,
|
||||
"TX HT cap/info ele BW=%d MaxAMSDUSize:%d DssCCk:%d\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user