dect
/
linux-2.6
Archived
13
0
Fork 0

[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:
Holger Schurig 2007-08-02 11:45:30 -04:00 committed by David S. Miller
parent 1df4e8fe91
commit c23a24f6ae
1 changed files with 1 additions and 1 deletions

View File

@ -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 };
/**