mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 13:34:27 -04:00 
			
		
		
		
	mac80211: use iw instead of iwconfig to disable powersave
SVN-Revision: 29565
This commit is contained in:
		
							parent
							
								
									dd90113508
								
							
						
					
					
						commit
						25540787ad
					
				| @ -363,7 +363,7 @@ enable_mac80211() { | ||||
| 				iw phy "$phy" interface add "$ifname" type managed $wdsflag | ||||
| 				config_get_bool powersave "$vif" powersave 0 | ||||
| 				[ "$powersave" -gt 0 ] && powersave="on" || powersave="off" | ||||
| 				iwconfig "$ifname" power "$powersave" | ||||
| 				iw "$ifname" set power_save off | ||||
| 			;; | ||||
| 		esac | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user