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:
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to