Author: rpaulo
Date: Sun Jun 30 06:05:32 2013
New Revision: 252406
URL: http://svnweb.freebsd.org/changeset/base/252406

Log:
  Fix a typo.

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

Modified: head/sys/dev/usb/wlan/if_urtwn.c
==============================================================================
--- head/sys/dev/usb/wlan/if_urtwn.c    Sun Jun 30 06:04:00 2013        
(r252405)
+++ head/sys/dev/usb/wlan/if_urtwn.c    Sun Jun 30 06:05:32 2013        
(r252406)
@@ -80,7 +80,7 @@ SYSCTL_INT(_hw_usb_urtwn, OID_AUTO, debu
     "Debug level");
 #endif
 
-#define        URTWN_RSSI((r))  (r) - 110
+#define        URTWN_RSSI(r)  (r) - 110
 #define        IEEE80211_HAS_ADDR4(wh) \
        (((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to