1. 10 3月, 2016 1 次提交
  2. 07 3月, 2016 1 次提交
  3. 06 2月, 2016 1 次提交
  4. 29 1月, 2016 5 次提交
  5. 30 12月, 2015 6 次提交
  6. 11 12月, 2015 2 次提交
  7. 18 11月, 2015 1 次提交
  8. 29 10月, 2015 1 次提交
    • M
      mwifiex: toggle carrier state in start_ap/stop_ap. · 0117e78a
      Marty Faltesek 提交于
      In uap mode the carrier is not enabled until after the first STA joins.
      The carrier triggers the bridge to start its state machine, and if STP
      is enabled, it takes 4 seconds as it transitions from disabled to
      forwarding. During this time the bridge drops all traffic, and the EAPOL
      handshake times out after 3 seconds, preventing stations from joining.
      
      Follow the logic used in mac80211 and start the carrier in start_ap
      and disable it in stop_ap. This has a nice benefit of allowing the
      first station connection time to be reduced by up to 75% when STP is
      in use.
      Signed-off-by: NMartin Faltesek <mfaltesek@google.com>
      Signed-off-by: NAmitkumar Karwar <akarwar@marvell.com>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      0117e78a
  9. 14 10月, 2015 1 次提交
  10. 29 9月, 2015 2 次提交
  11. 21 7月, 2015 8 次提交
  12. 08 6月, 2015 7 次提交
  13. 26 5月, 2015 1 次提交
  14. 30 3月, 2015 2 次提交
    • T
      cfg80211: pass name_assign_type to rdev_add_virtual_intf() · 6bab2e19
      Tom Gundersen 提交于
      This will expose in /sys whether the ifname of a device is set by
      userspace or generated by the kernel. The latter kind (wlanX, etc)
      is not deterministic, so userspace needs to rename these devices
      to names that are guaranteed to stay the same between reboots. The
      former, however should never be renamed, so userspace needs to be
      able to reliably tell the difference.
      
      Similar functionality was introduced for the rtnetlink core in
      commit 5517750f ("net: rtnetlink - make create_link take name_assign_type")
      Signed-off-by: NTom Gundersen <teg@jklm.no>
      Cc: Kalle Valo <kvalo@qca.qualcomm.com>
      Cc: Brett Rudley <brudley@broadcom.com>
      Cc: Arend van Spriel <arend@broadcom.com>
      Cc: Franky (Zhenhui) Lin <frankyl@broadcom.com>
      Cc: Hante Meuleman <meuleman@broadcom.com>
      Cc: Johannes Berg <johannes@sipsolutions.net>
      [reformat changelog to fit 72 cols]
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      6bab2e19
    • A
      mwifiex: stop command path in suspend handler · 5ff46f79
      Avinash Patil 提交于
      Cancel all pending commands including scan commands and stop CAC
      during cfg80211 suspend handler.
      Signed-off-by: NAvinash Patil <patila@marvell.com>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      5ff46f79
  15. 17 3月, 2015 1 次提交