mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 07:51:56 +07:00
[PATCH] libertas: fix one more sparse warning
adhoc_rates_b is only used locally, so make it static Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
1df4e8fe91
commit
c23a24f6ae
@ -18,7 +18,7 @@
|
||||
#include "assoc.h"
|
||||
|
||||
/* Supported rates for ad-hoc B mode */
|
||||
u8 adhoc_rates_b[5] = { 0x02, 0x04, 0x0b, 0x16, 0x00 };
|
||||
static u8 adhoc_rates_b[5] = { 0x02, 0x04, 0x0b, 0x16, 0x00 };
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user