1. 30 Dec, 2015 13 commits
  2. 29 Dec, 2015 1 commit
    • Kalle Valo's avatar
      Merge tag 'iwlwifi-next-for-kalle-2015-12-21' of... · 5a1f052d
      Kalle Valo authored
      Merge tag 'iwlwifi-next-for-kalle-2015-12-21' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
      
      * Make scan parameters low latency aware (Avi Stern)
      * Fix in the NL80211_FEATURE_FULL_AP_CLIENT_STATE state case (Ayala)
      * Fix enable injection mode (Chaya Rachel)
      * Various cleanups (Dan / Julia / myself)
      * Allow to stay more time on popular channels (David Spinadel)
      * Bug fixes for D0i3 (Eliad / Luca)
      * Fixes for GO uAPSD (myself)
      * Start of TSO support (myself)
      * Rate control bug fixes (Eyal / Gregory)
      * Start the work on 9000 devices (Johannes / Sara / Oren)
      * Start the work on a new Tx queue allocation model (Liad)
      * Debug infrastructure enhancements (Golan)
      5a1f052d
  3. 21 Dec, 2015 3 commits
  4. 20 Dec, 2015 21 commits
  5. 16 Dec, 2015 2 commits
    • Rafał Miłecki's avatar
      ssb: pick SoC invariants code from MIPS BCM47xx arch · 541c9a84
      Rafał Miłecki authored
      There is code in ssb fetching "invariants" that is basically a set of
      board specific data. Every host requires its own implementation of
      reading function. In ssb we have support for PCI, PCMCIA & SDIO.
      For some (historical?) reason code reading "invariants" for SoC was
      placed in arch code and provided by a callback. This is not needed
      nowadays, so lets move that into ssb. This way we keep all "invariants"
      functions in a single module making code cleaner.
      Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
      Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
      541c9a84
    • Kalle Valo's avatar
      Merge ath-next from ath.git · d0ca9900
      Kalle Valo authored
      Major changes:
      
      ath9k
      
      * add random number generator support (CONFIG_ATH9K_HWRNG)
      d0ca9900