From: Sujith Manoharan Date: Wed, 13 Apr 2011 05:56:46 +0000 (+0530) Subject: ath9k_htc: Use separate URB pool for management frames X-Git-Tag: v3.0-rc1~377^2~256^2^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f80194c90caea3668d0e3739518bf100449a813;p=pandora-kernel.git ath9k_htc: Use separate URB pool for management frames Beacon transmission needs to involve as little latency as possible after receiving a SWBA event from the target. Since packets are buffered to use TX stream mode, beacon frames sometimes gets queued up and are not sent out immediately. Fix this by decoupling management frame transmission from the normal data path and send them out immediately. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed