From: Vasanthakumar Thiagarajan Date: Fri, 10 Feb 2012 15:10:32 +0000 (+0530) Subject: ath6kl: Make sure to allocate rx buffers after the endpoint connection X-Git-Tag: v3.4-rc1~177^2~48^2~55^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd5b5ac2873da5a153fa32ff58d2fc4e25f7bc8a;p=pandora-kernel.git 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 Signed-off-by: Kalle Valo --- Reading git-diff-tree failed