]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ath6kl: Make sure to allocate rx buffers after the endpoint connection
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Fri, 10 Feb 2012 15:10:32 +0000 (20:40 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 28 Feb 2012 07:45:50 +0000 (09:45 +0200)
commitbd5b5ac2873da5a153fa32ff58d2fc4e25f7bc8a
treef0617442a3c5d184144eb16a322b101ff573626d
parentcc4d623de46616825d9330467e0a7375835171be
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>
drivers/net/wireless/ath/ath6kl/core.c