Staging: rtl8192e: Rename function TSInitialize
Rename function TSInitialize to rtllib_ts_init 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/20230921032515.96152-11-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a747b92490
commit
e47c30b540
@ -120,7 +120,7 @@ static void ResetRxTsEntry(struct rx_ts_record *ts)
|
||||
rtllib_reset_ba_entry(&ts->rx_admitted_ba_record);
|
||||
}
|
||||
|
||||
void TSInitialize(struct rtllib_device *ieee)
|
||||
void rtllib_ts_init(struct rtllib_device *ieee)
|
||||
{
|
||||
struct tx_ts_record *pTxTS = ieee->TxTsRecord;
|
||||
struct rx_ts_record *rxts = ieee->RxTsRecord;
|
||||
|
@ -1844,7 +1844,7 @@ void rtllib_rx_ba_inact_timeout(struct timer_list *t);
|
||||
void rtllib_reset_ba_entry(struct ba_record *pBA);
|
||||
bool rtllib_get_ts(struct rtllib_device *ieee, struct ts_common_info **ppTS, u8 *addr,
|
||||
u8 TID, enum tr_select TxRxSelect, bool bAddNewTs);
|
||||
void TSInitialize(struct rtllib_device *ieee);
|
||||
void rtllib_ts_init(struct rtllib_device *ieee);
|
||||
void TsStartAddBaProcess(struct rtllib_device *ieee,
|
||||
struct tx_ts_record *pTxTS);
|
||||
void RemovePeerTS(struct rtllib_device *ieee, u8 *addr);
|
||||
|
@ -128,7 +128,7 @@ struct net_device *alloc_rtllib(int sizeof_priv)
|
||||
|
||||
HTUpdateDefaultSetting(ieee);
|
||||
HTInitializeHTInfo(ieee);
|
||||
TSInitialize(ieee);
|
||||
rtllib_ts_init(ieee);
|
||||
for (i = 0; i < IEEE_IBSS_MAC_HASH_SIZE; i++)
|
||||
INIT_LIST_HEAD(&ieee->ibss_mac_hash[i]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user