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

Andriy Voskoboinyk avos at FreeBSD.org
Mon Sep 5 19:42:37 UTC 2016


Author: avos
Date: Mon Sep  5 19:42:35 2016
New Revision: 305434
URL: https://svnweb.freebsd.org/changeset/base/305434

Log:
  rum: do not restart device when protmode / rtsthreshold is changed.

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

Modified: head/sys/dev/usb/wlan/if_rum.c
==============================================================================
--- head/sys/dev/usb/wlan/if_rum.c	Mon Sep  5 19:37:47 2016	(r305433)
+++ head/sys/dev/usb/wlan/if_rum.c	Mon Sep  5 19:42:35 2016	(r305434)
@@ -2692,6 +2692,8 @@ rum_reset(struct ieee80211vap *vap, u_lo
 
 	switch (cmd) {
 	case IEEE80211_IOC_POWERSAVE:
+	case IEEE80211_IOC_PROTMODE:
+	case IEEE80211_IOC_RTSTHRESHOLD:
 		error = 0;
 		break;
 	case IEEE80211_IOC_POWERSAVESLEEP:


More information about the svn-src-head mailing list