summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-01-04 21:18:54 +0000
committerdim <dim@FreeBSD.org>2014-01-04 21:18:54 +0000
commit5e502f56a4826787183368fc3d0186ed12010f09 (patch)
treeb9783ffbe45aebb63de64b740301dea3dada9cab
parenta19f1f19020f39eaabd47f50d92dc44101a46297 (diff)
downloadFreeBSD-src-5e502f56a4826787183368fc3d0186ed12010f09.zip
FreeBSD-src-5e502f56a4826787183368fc3d0186ed12010f09.tar.gz
MFC r260055:
In sys/dev/usb/wlan/if_urtw.c, #if 0 a static const variable, which has been unused since r198194.
-rw-r--r--sys/dev/usb/wlan/if_urtw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/wlan/if_urtw.c b/sys/dev/usb/wlan/if_urtw.c
index 4e16579..7f0f970 100644
--- a/sys/dev/usb/wlan/if_urtw.c
+++ b/sys/dev/usb/wlan/if_urtw.c
@@ -477,6 +477,7 @@ static struct urtw_pair urtw_ratetable[] = {
{ 96, 10 }, { 108, 11 }
};
+#if 0
static const uint8_t urtw_8187b_reg_table[][3] = {
{ 0xf0, 0x32, 0 }, { 0xf1, 0x32, 0 }, { 0xf2, 0x00, 0 },
{ 0xf3, 0x00, 0 }, { 0xf4, 0x32, 0 }, { 0xf5, 0x43, 0 },
@@ -510,6 +511,7 @@ static const uint8_t urtw_8187b_reg_table[][3] = {
{ 0x4c, 0x00, 2 }, { 0x9f, 0x00, 3 }, { 0x8c, 0x01, 0 },
{ 0x8d, 0x10, 0 }, { 0x8e, 0x08, 0 }, { 0x8f, 0x00, 0 }
};
+#endif
static usb_callback_t urtw_bulk_rx_callback;
static usb_callback_t urtw_bulk_tx_callback;
OpenPOWER on IntegriCloud