1. 15 1月, 2015 1 次提交
  2. 02 12月, 2014 1 次提交
  3. 31 10月, 2014 1 次提交
    • V
      wil6210: prevent double disconnect command issuing · b516fcc5
      Vladimir Kondratiev 提交于
      Disconnect flow may be invoked either from upper layer request,
      or from event reported by the firmware.
      
      In case of firmware event, driver need to release resources for the station but
      not send another disconnect WMI command.
      
      In case of upper layer request, WMI_DISCONNECT_STA_CMDID command need to
      be issued for the firmware to perform disconnect on the MAC layer. Eventually,
      event is expected to confirm MAC disconnect, but it is better to not wait for
      firmware event and release station resources immediately. FW may fail to
      report disconnect for various reasons, so one could not rely on event always reported.
      
      Introduce parameter to distinguish 2 cases above to prevent double WMI command
      issuing.
      Signed-off-by: NVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      b516fcc5
  4. 20 10月, 2014 1 次提交
  5. 03 10月, 2014 1 次提交
    • V
      wil6210: manual FW error recovery mode · c33407a8
      Vladimir Kondratiev 提交于
      Introduce manual FW recovery mode. It is activated if module parameter
      @no_fw_recovery set to true. May be changed at runtime.
      
      Recovery information provided by new "recovery" debugfs file. It prints:
      
      mode = [auto|manual]
      state = [idle|pending|running]
      
      In manual mode, after FW error, recovery won't start automatically. Instead,
      after notification to user space, recovery waits in "pending" state, as indicated by the
      "recovery" debugfs file. User space tools may perform data collection and allow to
      continue recovery by writing "run" to the "recovery" debugfs file.
      Alternatively, recovery pending may be canceled by stopping network interface
      i.e. 'ifconfig wlan0 down'
      Signed-off-by: NVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      c33407a8
  6. 12 9月, 2014 7 次提交
  7. 26 8月, 2014 2 次提交
  8. 20 6月, 2014 5 次提交
  9. 30 5月, 2014 1 次提交
  10. 19 5月, 2014 1 次提交
  11. 18 3月, 2014 6 次提交
  12. 04 3月, 2014 1 次提交
  13. 01 3月, 2014 6 次提交
  14. 03 10月, 2013 1 次提交
  15. 13 6月, 2013 2 次提交
  16. 30 5月, 2013 1 次提交
  17. 14 3月, 2013 2 次提交