[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:
Родитель
1df4e8fe91
Коммит
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 };
|
||||
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче