1. 31 7月, 2013 4 次提交
  2. 16 7月, 2013 2 次提交
  3. 12 6月, 2013 2 次提交
  4. 05 6月, 2013 2 次提交
  5. 04 6月, 2013 2 次提交
  6. 31 5月, 2013 1 次提交
  7. 29 5月, 2013 2 次提交
  8. 24 5月, 2013 1 次提交
    • J
      iwlwifi: mvm: remove P2P_DEVICE support · eebfc939
      Johannes Berg 提交于
      Unfortunately, advertising P2P_DEVICE support was a little
      premature, a number of issues came up in testing and have
      been fixed for 3.10. Rather than try to backport all the
      different fixes, disable P2P_DEVICE support in the drivers
      using it. For iwlmvm that implies disabling P2P completely
      as it can't support P2P operation w/o P2P Device.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      eebfc939
  9. 17 5月, 2013 2 次提交
  10. 14 5月, 2013 4 次提交
  11. 18 4月, 2013 1 次提交
  12. 04 4月, 2013 5 次提交
  13. 20 3月, 2013 5 次提交
  14. 06 3月, 2013 6 次提交
  15. 27 2月, 2013 1 次提交
    • J
      iwlwifi: mvm: fix AP/GO mode station removal · 38a12b5b
      Johannes Berg 提交于
      When stations are removed while packets are in the queue,
      we drain the queues first, and then remove the stations.
      If this happens in AP mode while the interface is removed
      the MAC context might be removed from the firmware before
      we removed the station(s), resulting in a SYSASSERT 3421.
      This is because we remove the MAC context from the FW in
      stop_ap(), but only flush the station drain work later in
      remove_interface().
      
      Refactor the code a bit to have a common MAC context
      removal preparation first to solve this.
      Reviewed-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      38a12b5b