Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
Kalle Valo says: ==================== wireless-drivers-next patches for 4.11 The most notable change here is the inclusion of airtime fairness scheduling to ath9k. It prevents slow clients from hogging all the airtime and unfairly slowing down faster clients. Otherwise smaller changes and cleanup. Major changes: ath9k * cleanup eeprom endian handling * add airtime fairness scheduling ath10k * fix issues for new QCA9377 firmware version * support dev_coredump() for firmware crash dump * enable channel 169 on 5 GHz band ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -281,7 +281,7 @@ static ssize_t dynamic_ps_timeout_write(struct file *file,
|
||||
}
|
||||
|
||||
if (value < 1 || value > 65535) {
|
||||
wl1271_warning("dyanmic_ps_timeout is not in valid range");
|
||||
wl1271_warning("dynamic_ps_timeout is not in valid range");
|
||||
return -ERANGE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user