1. 07 3月, 2016 1 次提交
    • M
      wil6210: remove BACK RX and TX workers · 361486b2
      Maya Erez 提交于
      WMI synchronous handling has changed and WMI calls that provide
      a buffer for the reply are completed in the WMI interrupt context.
      This allows sending the RX and TX BACK commands from the WMI event
      handler without the need for the worker thread.
      This is a better approach as it can decrease the handshake time
      in the connect flow and prevent race conditions in case of fast
      disconnects. An example for such a race is handling of wil_back_rx_handle
      during a disconnect event, as wil_back_rx_handle is not protected by
      the wil mutex and a disconnect can be handled after sta->status is
      verified as connected.
      Signed-off-by: NMaya Erez <qca_merez@qca.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      361486b2
  2. 06 3月, 2016 16 次提交
  3. 05 3月, 2016 13 次提交
  4. 04 3月, 2016 10 次提交