1. 23 Sep, 2014 1 commit
  2. 22 Sep, 2014 3 commits
  3. 16 Sep, 2014 1 commit
  4. 15 Sep, 2014 5 commits
  5. 11 Sep, 2014 1 commit
    • Sujith Manoharan's avatar
      Revert "ath9k: Calculate sleep duration" · ae0fd635
      Sujith Manoharan authored
      This reverts commit 09ebb810.
      
      ath9k_hw_set_sta_beacon_timers() configures AR_TIM_PERIOD with
      the beacon interval. Before this commit, the sleepduration was
      never greater than the beacon interval. But now, the behavior
      has changed. For example, with an AP that uses a beacon interval of 100:
      
      ath: phy9: next beacon 61128704
      ath: phy9: beacon period 204800
      ath: phy9: DTIM period 204800
      
      If the sleepduration is calculated based on the listen time, then
      the bmiss threshold should also be changed since the HW would
      be in sleep state for a longer time, but that is not done currently.
      
      To avoid configuring a higher beacon interval based on the sleepduration,
      revert to the original behavior. Power consumption is not a
      problem since PS is disabled in ath9k anyway.
      
      Cc: stable@vger.kernel.org
      Cc: Rajkumar Manoharan <rmanohar@qti.qualcomm.com>
      Signed-off-by: default avatarSujith Manoharan <c_manoha@qca.qualcomm.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      ae0fd635
  6. 09 Sep, 2014 2 commits
  7. 08 Sep, 2014 11 commits
  8. 07 Sep, 2014 2 commits
    • Christophe Ricard's avatar
      NFC: st21nfca: Fix potential depmod dependency cycle · 300c627f
      Christophe Ricard authored
      In the previous makefile 2 modules were generated for CONFIG_NFC_ST21NFCA
      (st21nfca.ko and st21nfca_dep.ko). Merge both of them into st21nfca_hci.ko
      and fix a potential depmod dependency cycle, similar to the one we saw
      on st21nfcb:
      
      depmod: WARNING: found 6 modules in dependency cycles!
      depmod: WARNING:
      /lib/modules/3.17.0-rc3-00002-g7505ceaf/kernel/drivers/nfc/st21nfcb/st21nfcb.ko
      in dependency cycle!
      depmod: WARNING:
      /lib/modules/3.17.0-rc3-00002-g7505ceaf/kernel/drivers/nfc/st21nfcb/ndlc.ko
      in dependency cycle!
      depmod: WARNING:
      /lib/modules/3.17.0-rc3-00002-g7505ceaf/kernel/net/rfkill/rfkill.ko in
      dependency cycle!
      depmod: WARNING:
      /lib/modules/3.17.0-rc3-00002-g7505ceaf/kernel/net/nfc/nfc.ko in
      dependency cycle!
      depmod: WARNING:
      /lib/modules/3.17.0-rc3-00002-g7505ceaf/kernel/net/nfc/nci/nci.ko in
      dependency cycle!
      depmod: WARNING:
      /lib/modules/3.17.0-rc3-00002-g7505ceaf/kernel/lib/crc-ccitt.ko in
      dependency cycle!
      ./scripts/depmod.sh: line 57: 23387 Segmentation fault      (core
      dumped) "$DEPMOD" "$@" "$KERNELRELEASE" $SYMBOL_PREFIX
      make: *** [_modinst_post] Error 139
      Reported-by: default avatarDaniel Wagner <wagi@monom.org>
      Signed-off-by: default avatarChristophe Ricard <christophe-h.ricard@st.com>
      Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
      300c627f
    • Christophe Ricard's avatar
      NFC: st21nfcb: Fix depmod dependency cycle · a1b27b38
      Christophe Ricard authored
      This fix issue reported here:
      https://lists.01.org/pipermail/linux-nfc/2014-September/002871.html
      
      depmod: WARNING: found 6 modules in dependency cycles!
      depmod: WARNING:
      /lib/modules/3.17.0-rc3-00002-g7505ceaf/kernel/drivers/nfc/st21nfcb/st21nfcb.ko
      in dependency cycle!
      depmod: WARNING:
      /lib/modules/3.17.0-rc3-00002-g7505ceaf/kernel/drivers/nfc/st21nfcb/ndlc.ko
      in dependency cycle!
      depmod: WARNING:
      /lib/modules/3.17.0-rc3-00002-g7505ceaf/kernel/net/rfkill/rfkill.ko in
      dependency cycle!
      depmod: WARNING:
      /lib/modules/3.17.0-rc3-00002-g7505ceaf/kernel/net/nfc/nfc.ko in
      dependency cycle!
      depmod: WARNING:
      /lib/modules/3.17.0-rc3-00002-g7505ceaf/kernel/net/nfc/nci/nci.ko in
      dependency cycle!
      depmod: WARNING:
      /lib/modules/3.17.0-rc3-00002-g7505ceaf/kernel/lib/crc-ccitt.ko in
      dependency cycle!
      ./scripts/depmod.sh: line 57: 23387 Segmentation fault      (core
      dumped) "$DEPMOD" "$@" "$KERNELRELEASE" $SYMBOL_PREFIX
      make: *** [_modinst_post] Error 139
      Reported-by: default avatarDaniel Wagner <wagi@monom.org>
      Signed-off-by: default avatarChristophe Ricard <christophe-h.ricard@st.com>
      Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
      a1b27b38
  9. 05 Sep, 2014 1 commit
  10. 04 Sep, 2014 3 commits
  11. 03 Sep, 2014 1 commit
  12. 01 Sep, 2014 2 commits
  13. 31 Aug, 2014 2 commits
  14. 26 Aug, 2014 5 commits