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

This commit is contained in:
avos 2016-09-05 19:42:35 +00:00
parent 0c9e20108a
commit f39a7b24e9

View File

@ -2692,6 +2692,8 @@ rum_reset(struct ieee80211vap *vap, u_long cmd)
switch (cmd) {
case IEEE80211_IOC_POWERSAVE:
case IEEE80211_IOC_PROTMODE:
case IEEE80211_IOC_RTSTHRESHOLD:
error = 0;
break;
case IEEE80211_IOC_POWERSAVESLEEP: