diff mbox series

libertas_tf: Remove unused macro QOS_CONTROL_LEN

Message ID 20200829115924.7572-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Commit 2c92790b12033797474b9ba1b2e56a95360f66cd
Delegated to: Kalle Valo
Headers show
Series libertas_tf: Remove unused macro QOS_CONTROL_LEN | expand

Commit Message

Yue Haibing Aug. 29, 2020, 11:59 a.m. UTC
There is no caller in tree.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/net/wireless/marvell/libertas_tf/main.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Kalle Valo Sept. 1, 2020, 1:18 p.m. UTC | #1
YueHaibing <yuehaibing@huawei.com> wrote:

> There is no caller in tree.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Patch applied to wireless-drivers-next.git, thanks.

2c92790b1203 libertas_tf: Remove unused macro QOS_CONTROL_LEN
diff mbox series

Patch

diff --git a/drivers/net/wireless/marvell/libertas_tf/main.c b/drivers/net/wireless/marvell/libertas_tf/main.c
index 02bd7c99b358..cb494b59de93 100644
--- a/drivers/net/wireless/marvell/libertas_tf/main.c
+++ b/drivers/net/wireless/marvell/libertas_tf/main.c
@@ -15,7 +15,6 @@ 
 /* thinfirm version: 5.132.X.pX */
 #define LBTF_FW_VER_MIN		0x05840300
 #define LBTF_FW_VER_MAX		0x0584ffff
-#define QOS_CONTROL_LEN		2
 
 /* Module parameters */
 unsigned int lbtf_debug;