]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Make PM-QOS value as user configurable
authorMohammed Shafi Shajakhan <mshajakhan@atheros.com>
Tue, 14 Dec 2010 07:48:28 +0000 (13:18 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 15 Dec 2010 22:03:54 +0000 (17:03 -0500)
commitb61793a79ca224ee9bb841e946b5b35f75b4705d
tree43a6c79e6984ce0479746e4a1a847f4a1b493538
parent19f64de50a22d4620c1b89b3379d2b4d90825d94
ath9k: Make PM-QOS value as user configurable

This patch allows the pm-qos value to be user configurable by making it as
a module parameter.This will help our customers to configure the pm-qos
value according to the effect in throughput due to the DMA latency problem
which was observed in Intel Pinetrail platforms.
The tested value of '55' will be filled as the default
pm-qos-value incase the user does not specifies pm-qos value as a
module parameter.
example usage: sudo modprobe ath9k pmqos=65

Cc: Senthilkumar Balasubramanian <Senthilkumar.Balasubramanian@Atheros.com>
Signed-off-by: Mohammed Shafi Shajakhan <mshajakhan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/init.c
drivers/net/wireless/ath/ath9k/main.c