From: John W. Linville Date: Tue, 28 Aug 2007 21:35:02 +0000 (-0400) Subject: [PATCH] libertas: remove unused adhoc_rates_b definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cbdb9e43d1fc50cfa509b1006e7252dc4ea53aa0;p=linux.git [PATCH] libertas: remove unused adhoc_rates_b definition Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/libertas/join.c b/drivers/net/wireless/libertas/join.c index 72f81208bf250..0ad1362b14e23 100644 --- a/drivers/net/wireless/libertas/join.c +++ b/drivers/net/wireless/libertas/join.c @@ -17,9 +17,6 @@ #include "dev.h" #include "assoc.h" -/* Supported rates for ad-hoc B mode */ -static u8 adhoc_rates_b[5] = { 0x02, 0x04, 0x0b, 0x16, 0x00 }; - /* The firmware needs certain bits masked out of the beacon-derviced capability * field when associating/joining to BSSs. */