mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
Staging: rtl8192e: Rename function rtllib_send_ADDBAReq()
Rename function rtllib_send_ADDBAReq to rtllib_send_add_ba_req 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-4-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8e231840af
commit
2e5744d418
|
|
@ -173,8 +173,8 @@ static struct sk_buff *rtllib_DELBA(struct rtllib_device *ieee, u8 *dst,
|
|||
return skb;
|
||||
}
|
||||
|
||||
static void rtllib_send_ADDBAReq(struct rtllib_device *ieee, u8 *dst,
|
||||
struct ba_record *ba)
|
||||
static void rtllib_send_add_ba_req(struct rtllib_device *ieee, u8 *dst,
|
||||
struct ba_record *ba)
|
||||
{
|
||||
struct sk_buff *skb;
|
||||
|
||||
|
|
@ -481,7 +481,7 @@ void rtllib_ts_init_add_ba(struct rtllib_device *ieee, struct tx_ts_record *ts,
|
|||
|
||||
activate_ba_entry(ba, BA_SETUP_TIMEOUT);
|
||||
|
||||
rtllib_send_ADDBAReq(ieee, ts->ts_common_info.addr, ba);
|
||||
rtllib_send_add_ba_req(ieee, ts->ts_common_info.addr, ba);
|
||||
}
|
||||
|
||||
void rtllib_ts_init_del_ba(struct rtllib_device *ieee,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user