svn commit: r260055 - head/sys/dev/usb/wlan

Dimitry Andric dim at FreeBSD.org
Sun Dec 29 20:05:49 UTC 2013


Author: dim
Date: Sun Dec 29 20:05:48 2013
New Revision: 260055
URL: http://svnweb.freebsd.org/changeset/base/260055

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

Modified:
  head/sys/dev/usb/wlan/if_urtw.c

Modified: head/sys/dev/usb/wlan/if_urtw.c
==============================================================================
--- head/sys/dev/usb/wlan/if_urtw.c	Sun Dec 29 19:55:06 2013	(r260054)
+++ head/sys/dev/usb/wlan/if_urtw.c	Sun Dec 29 20:05:48 2013	(r260055)
@@ -478,6 +478,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 },
@@ -511,6 +512,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