alistair23-linux/drivers/net/wireless/ath/ath6kl
Vasanthakumar Thiagarajan bd5b5ac287 ath6kl: Make sure to allocate rx buffers after the endpoint connection
Rx buffers should be allocated for control and best effort endpoints only
after the enpoints connection is esablished. But this is done before the
endpoint connection is complete, we don't even the control and BE endpoints
that time. Move the buffer allocation after endpoint connection is over,
after ath6kl_init_hw_start(). Found in review, never seen any real issue
with this.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2012-02-28 09:45:50 +02:00
..
bmi.c ath6kl: Update license header 2012-02-08 11:31:31 +02:00
bmi.h ath6kl: Update license header 2012-02-08 11:31:31 +02:00
cfg80211.c ath6kl: Remove bogus non-NULL pointer check 2012-02-27 19:24:30 +02:00
cfg80211.h ath6kl: Update license header 2012-02-08 11:31:31 +02:00
common.h ath6kl: Update license header 2012-02-08 11:31:31 +02:00
core.c ath6kl: Make sure to allocate rx buffers after the endpoint connection 2012-02-28 09:45:50 +02:00
core.h ath6kl: Add unicast mgmt frame buffering 2012-02-27 15:49:06 +02:00
debug.c ath6kl: Update license header 2012-02-08 11:31:31 +02:00
debug.h ath6kl: Update license header 2012-02-08 11:31:31 +02:00
hif-ops.h ath6kl: Update license header 2012-02-08 11:31:31 +02:00
hif.c ath6kl: Fix firmware crash dump 2012-02-08 11:44:41 +02:00
hif.h ath6kl: prioritize Tx bundling based on AC priorities 2012-02-08 11:33:49 +02:00
htc.c ath6kl: assign Tx packet drop threshold per endpoint based on AC priority 2012-02-27 19:14:51 +02:00
htc.h ath6kl: assign Tx packet drop threshold per endpoint based on AC priority 2012-02-27 19:14:51 +02:00
init.c ath6kl: Fix missing release of semaphore in ath6kl_stop_txrx() 2012-02-27 19:24:30 +02:00
Kconfig ath6kl: add back beginnings of USB support 2012-01-18 13:59:51 +02:00
main.c ath6kl: Add unicast mgmt frame buffering 2012-02-27 15:49:06 +02:00
Makefile ath6kl: Update license header 2012-02-08 11:31:31 +02:00
sdio.c ath6kl: prioritize Tx bundling based on AC priorities 2012-02-08 11:33:49 +02:00
target.h ath6kl: add support for AR6003 2048 byte board file 2012-02-08 11:39:52 +02:00
testmode.c ath6kl: Update license header 2012-02-08 11:31:31 +02:00
testmode.h ath6kl: Update license header 2012-02-08 11:31:31 +02:00
txrx.c ath6kl: assign Tx packet drop threshold per endpoint based on AC priority 2012-02-27 19:14:51 +02:00
usb.c ath6kl: Update license header 2012-02-08 11:31:31 +02:00
wmi.c ath6kl: Add unicast mgmt frame buffering 2012-02-27 15:49:06 +02:00
wmi.h ath6kl: Add unicast mgmt frame buffering 2012-02-27 15:49:06 +02:00