1. 11 12月, 2015 4 次提交
  2. 30 11月, 2015 4 次提交
  3. 26 11月, 2015 3 次提交
  4. 18 11月, 2015 1 次提交
  5. 21 10月, 2015 6 次提交
  6. 29 9月, 2015 7 次提交
  7. 25 8月, 2015 3 次提交
  8. 21 7月, 2015 1 次提交
    • R
      brcmfmac: set wiphy's addresses to provide valid MACs · e3faa866
      Rafa? Mi?ecki 提交于
      Broadcom's firmware requires every BSS to use MAC address with unique
      last few bits. The amount of bits may depend on a particular firmware,
      it was verified to be 2 for BCM43602 one.
      If this condition won't be fulfilled firmware will reject such MAC:
      brcmfmac: _brcmf_set_mac_address: Setting cur_etheraddr failed, -52
      
      We don't want to simply set addr_mask as it would also disallow using
      locally administrated bit. Instead let's build a list of addresses
      manually enabling 0x2 bit for extra interfaces.
      Signed-off-by: NRafa? Mi?ecki <zajec5@gmail.com>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      e3faa866
  9. 15 6月, 2015 3 次提交
  10. 08 6月, 2015 1 次提交
  11. 26 5月, 2015 1 次提交
  12. 09 5月, 2015 3 次提交
  13. 30 3月, 2015 1 次提交
    • 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
  14. 04 3月, 2015 1 次提交
  15. 02 3月, 2015 1 次提交