commit | d58db4e49f58152a28dd598ebbec56f1fe92aa80 | [log] [tgz] |
---|---|---|
author | Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> | Sun Jun 09 09:12:54 2013 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 12 15:06:51 2013 -0400 |
tree | 1a23627c8bd3ac4db079b6600e3c04c9d1819c2d | |
parent | 92646c9f1f8fa2a31a3c12b026c2a8cd0e168341 [diff] |
wil6210: Send EAPOL frames using normal Tx queue No more need for special processing of EAPOL, FW can now send EAPOL frames using normal Tx queue for TID 0 This fixes "schedule while atomic" bug - start_xmit called in softirq context; while WMI mechanism that was used may sleep. Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>