mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
Staging: rtl8192e: Rename function rtllib_FlushRxTsPendingPkts()
Rename function rtllib_FlushRxTsPendingPkts to rtllib_flush_rx_ts_pending_pkts 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/20240229024325.453374-8-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
72280b0182
commit
da8f893d0e
|
|
@ -268,7 +268,7 @@ int rtllib_rx_add_ba_req(struct rtllib_device *ieee, struct sk_buff *skb)
|
|||
goto on_add_ba_req_fail;
|
||||
}
|
||||
|
||||
rtllib_FlushRxTsPendingPkts(ieee, ts);
|
||||
rtllib_flush_rx_ts_pending_pkts(ieee, ts);
|
||||
|
||||
deactivate_ba_entry(ieee, ba);
|
||||
ba->dialog_token = *dialog_token;
|
||||
|
|
|
|||
|
|
@ -1794,8 +1794,8 @@ bool rtllib_mgnt_disconnect(struct rtllib_device *rtllib, u8 rsn);
|
|||
/* For the function is more related to hardware setting, it's better to use the
|
||||
* ieee handler to refer to it.
|
||||
*/
|
||||
void rtllib_FlushRxTsPendingPkts(struct rtllib_device *ieee,
|
||||
struct rx_ts_record *ts);
|
||||
void rtllib_flush_rx_ts_pending_pkts(struct rtllib_device *ieee,
|
||||
struct rx_ts_record *ts);
|
||||
int rtllib_parse_info_param(struct rtllib_device *ieee,
|
||||
struct rtllib_info_element *info_element,
|
||||
u16 length,
|
||||
|
|
|
|||
|
|
@ -487,8 +487,8 @@ void rtllib_indicate_packets(struct rtllib_device *ieee,
|
|||
}
|
||||
}
|
||||
|
||||
void rtllib_FlushRxTsPendingPkts(struct rtllib_device *ieee,
|
||||
struct rx_ts_record *ts)
|
||||
void rtllib_flush_rx_ts_pending_pkts(struct rtllib_device *ieee,
|
||||
struct rx_ts_record *ts)
|
||||
{
|
||||
struct rx_reorder_entry *pRxReorderEntry;
|
||||
u8 RfdCnt = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user