Date: Mon, 5 Sep 2016 19:42:36 +0000 (UTC) From: Andriy Voskoboinyk <avos@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r305434 - head/sys/dev/usb/wlan Message-ID: <201609051942.u85JgapE048251@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609051942.u85JgapE048251>