From: Vasanthakumar Thiagarajan Date: Mon, 26 Sep 2011 09:19:03 +0000 (+0530) Subject: ath6kl: Remove unnecessary retrieval of first list entry in ath6kl_htc_tx_setup_scat_... X-Git-Tag: v3.2-rc1~129^2~104^2^2~14^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aad9339fa2a5e5b51874cfec9883819f59090198;p=pandora-kernel.git ath6kl: Remove unnecessary retrieval of first list entry in ath6kl_htc_tx_setup_scat_list() It is unnecessary to take the first list entry from queue again for transmission. Sometimes it may look racy when the head of the list changes between subsequent retrival, but should not happen in practical. Reported-by: Jouni Malinen Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed