]> git.baikalelectronics.ru Git - kernel.git/commit
ath6kl: assign Tx packet drop threshold per endpoint on htc pipe layer
authorKevin Fang <chienf@qca.qualcomm.com>
Fri, 27 Apr 2012 01:18:02 +0000 (09:18 +0800)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 27 Apr 2012 06:50:00 +0000 (09:50 +0300)
commitc00a549a2e3f6a2261f130d1af4045364fd0879f
treeb47a9bb7c2947b08146e13cba1157a962b390f66
parent13d66e30333cc8379981340c547ee3ba67e33c8d
ath6kl: assign Tx packet drop threshold per endpoint on htc pipe layer

On the htc mbox layer, it will assign each endpoint (AC) with a
different Tx-packet-drop threshold, so lower priority AC is more
likely to drop packets and the cookies become more available to higher
priority AC.

On the htc pipe layer, assign the tx packet drop threshold as well, it
will let AC to drop packets when cookies below the tx packet drop
threshold.

Signed-off-by: Kevin Fang <kevin.fang@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/htc_pipe.c