Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8192e: renamed variable HTFilterMCSRate

Coding style issue, checkpatch Avoid CamelCase,
rename it. HTFilterMCSRate -> ht_filter_mcs_rate

Signed-off-by: Gary Rookard <garyrookard@fastmail.org>
Link: https://lore.kernel.org/r/20231216125303.3404-5-garyrookard@fastmail.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Gary Rookard and committed by
Greg Kroah-Hartman
93663789 2e9b84b7

+2 -2
+2 -2
drivers/staging/rtl8192e/rtl819x_HTProc.c
··· 397 397 return mcsRate | 0x80; 398 398 } 399 399 400 - static u8 HTFilterMCSRate(struct rtllib_device *ieee, u8 *pSupportMCS, 400 + static u8 ht_filter_mcs_rate(struct rtllib_device *ieee, u8 *pSupportMCS, 401 401 u8 *pOperateMCS) 402 402 { 403 403 u8 i; ··· 490 490 491 491 ht_iot_act_determine_ra_func(ieee, ((pPeerHTCap->MCS[1]) != 0)); 492 492 493 - HTFilterMCSRate(ieee, pPeerHTCap->MCS, ieee->dot11ht_oper_rate_set); 493 + ht_filter_mcs_rate(ieee, pPeerHTCap->MCS, ieee->dot11ht_oper_rate_set); 494 494 495 495 pMcsFilter = MCS_FILTER_ALL; 496 496 ieee->HTHighestOperaRate = ht_get_highest_mcs_rate(ieee,