Commit c23a24f6 authored by Holger Schurig's avatar Holger Schurig Committed by David S. Miller

[PATCH] libertas: fix one more sparse warning

adhoc_rates_b is only used locally, so make it static
Signed-off-by: default avatarHolger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 1df4e8fe
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include "assoc.h" #include "assoc.h"
/* Supported rates for ad-hoc B mode */ /* 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 };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment