1. 29 9月, 2015 4 次提交
  2. 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
  3. 29 1月, 2015 2 次提交
  4. 07 1月, 2015 1 次提交
  5. 05 12月, 2014 1 次提交
  6. 31 10月, 2014 2 次提交
  7. 01 8月, 2014 2 次提交
  8. 16 7月, 2014 1 次提交
  9. 26 6月, 2014 1 次提交
  10. 14 5月, 2014 1 次提交
  11. 07 1月, 2014 2 次提交
  12. 03 12月, 2013 7 次提交
  13. 04 10月, 2013 1 次提交
  14. 25 9月, 2013 1 次提交
    • J
      brcm80211: Remove extern from function prototypes · 9bd91f3c
      Joe Perches 提交于
      There are a mix of function prototypes with and without extern
      in the kernel sources.  Standardize on not using extern for
      function prototypes.
      
      Function prototypes don't need to be written with extern.
      extern is assumed by the compiler.  Its use is as unnecessary as
      using auto to declare automatic/local variables in a block.
      Signed-off-by: NJoe Perches <joe@perches.com>
      9bd91f3c
  15. 16 8月, 2013 4 次提交
  16. 13 6月, 2013 1 次提交
  17. 13 4月, 2013 1 次提交
  18. 09 4月, 2013 1 次提交
  19. 04 4月, 2013 4 次提交
  20. 07 3月, 2013 1 次提交
  21. 09 2月, 2013 1 次提交