From: Vivek Natarajan Date: Wed, 2 May 2012 09:25:25 +0000 (+0530) Subject: ath6kl_sdio: Fix the EAPOL out of order issue X-Git-Tag: v3.5-rc1~101^2~6^2^2~84^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3740572512075839e1a7ebde970081106fed3f0;p=pandora-kernel.git ath6kl_sdio: Fix the EAPOL out of order issue Send the EAPOL and management frames in the same AC_VO queue. The issue happens when the AP supports QOS, the management frames are sent to AC_VO queue and EAP frame goes to AC_BE queue. Even though the EAP frame is queued before the DEAUTH management frame, as they are queued on different h/w queues, order of delivery between these frames cannot be controlled. This fixes the connection failure seen in P2P case. Signed-off-by: Vivek Natarajan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed