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

This commit is contained in:
Andriy Voskoboinyk 2016-09-05 19:42:35 +00:00
parent 5aaa3bc3b9
commit c57ee45ba9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305434

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: