svn commit: r260284 - in stable: 10/sys/dev/usb/wlan 8/sys/dev/usb/wlan 9/sys/dev/usb/wlan

Dimitry Andric dim at FreeBSD.org
Sat Jan 4 21:18:56 UTC 2014


Author: dim
Date: Sat Jan  4 21:18:54 2014
New Revision: 260284
URL: http://svnweb.freebsd.org/changeset/base/260284

Log:
  MFC r260055:
  
  In sys/dev/usb/wlan/if_urtw.c, #if 0 a static const variable, which has
  been unused since r198194.

Modified:
  stable/10/sys/dev/usb/wlan/if_urtw.c
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/8/sys/dev/usb/wlan/if_urtw.c
  stable/9/sys/dev/usb/wlan/if_urtw.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/9/sys/   (props changed)

Modified: stable/10/sys/dev/usb/wlan/if_urtw.c
==============================================================================
--- stable/10/sys/dev/usb/wlan/if_urtw.c	Sat Jan  4 21:18:22 2014	(r260283)
+++ stable/10/sys/dev/usb/wlan/if_urtw.c	Sat Jan  4 21:18:54 2014	(r260284)
@@ -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_tabl
 	{ 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;


More information about the svn-src-all mailing list