1. 28 11月, 2012 2 次提交
  2. 24 10月, 2012 13 次提交
  3. 09 7月, 2012 1 次提交
    • J
      cfg80211: use wdev in mgmt-tx/ROC APIs · 71bbc994
      Johannes Berg 提交于
      The management frame and remain-on-channel APIs will be
      needed in the P2P device abstraction, so move them over
      to the new wdev-based APIs. Userspace can still use both
      the interface index and wdev identifier for them so it's
      backward compatible, but for the P2P Device wdev it will
      be able to use the wdev identifier only.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      71bbc994
  4. 11 6月, 2012 1 次提交
  5. 29 5月, 2012 1 次提交
  6. 24 5月, 2012 1 次提交
  7. 16 5月, 2012 1 次提交
  8. 11 5月, 2012 1 次提交
  9. 05 5月, 2012 1 次提交
  10. 25 4月, 2012 2 次提交
  11. 23 4月, 2012 1 次提交
  12. 16 4月, 2012 1 次提交
  13. 09 4月, 2012 2 次提交
  14. 26 3月, 2012 1 次提交
  15. 20 3月, 2012 1 次提交
  16. 08 3月, 2012 2 次提交
  17. 07 3月, 2012 2 次提交
  18. 01 3月, 2012 3 次提交
  19. 27 2月, 2012 1 次提交
  20. 08 2月, 2012 1 次提交
  21. 31 1月, 2012 1 次提交
    • R
      ath6kl: Wait for host sleep mode cmd processed event during WOW suspend · 081c7a84
      Raja Mani 提交于
      For every WMI_SET_HOST_SLEEP_MODE_CMDID command (send from the host),
      the firmware sends WMI_SET_HOST_SLEEP_MODE_CMD_PROCESSED_EVENTID as
      an acknowledgement to the host.
      
      In order to being sync with the firmware, the host has to wait for
      WMI_SET_HOST_SLEEP_MODE_CMD_PROCESSED_EVENT event before going to
      the suspend state. This patch ensures ath6kl_wow_suspend() waits
      until it gets this event after sending set host sleep mode command.
      
      This patch adds,
       * New command WMI_SET_HOST_SLEEP_MODE_CMD_PROCESSED_EVENTID in
         WMI event table.
       * New WMI function ath6kl_wmi_host_sleep_mode_cmd_prcd_evt_rx()
         to process the event.
       * New flag HOST_SLEEP_MODE_CMD_PROCESSED in VIF flags to record
         the arrival of the event.
      Signed-off-by: NRaja Mani <rmani@qca.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      081c7a84