Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03ddf59d authored by Sergey Matyukevich's avatar Sergey Matyukevich Committed by Kalle Valo
Browse files

qtnfmac: remove function qtnf_cmd_skb_put_action



This function is not used anymore, so remove it.

Signed-off-by: default avatarIgor Mitsyanko <igor.mitsyanko.os@quantenna.com>
Signed-off-by: default avatarSergey Matyukevich <sergey.matyukevich.os@quantenna.com>
Signed-off-by: default avatarAvinash Patil <avinashp@quantenna.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 41c8fa0c
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -22,14 +22,6 @@

#include "qlink.h"

static inline void qtnf_cmd_skb_put_action(struct sk_buff *skb, u16 action)
{
	__le16 *buf_ptr;

	buf_ptr = skb_put(skb, sizeof(action));
	*buf_ptr = cpu_to_le16(action);
}

static inline void
qtnf_cmd_skb_put_buffer(struct sk_buff *skb, const u8 *buf_src, size_t len)
{