1. 30 4月, 2011 4 次提交
  2. 29 4月, 2011 8 次提交
  3. 27 4月, 2011 4 次提交
    • C
      carl9170: improve unicast PS buffering · caf1eae2
      Christian Lamparter 提交于
      Using the ieee80211_sta_block allows the PS code
      to handle awake->doze->awake transitions of our
      clients in a race-free manner.
      Signed-off-by: NChristian Lamparter <chunkeey@googlemail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      caf1eae2
    • A
      ath9k: fix AR9160 xpaBiasLvlFreq endianness handling · 25f63a5a
      Adrian Chadd 提交于
      The xpaBiasLvlFreq parameter array is made up of 16 bit words which
      aren't byte-swapped like the other 16-bit eeprom parameters are.
      It's only used by the AR9160.
      Signed-off-by: NAdrian Chadd <adrian@freebsd.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      25f63a5a
    • R
      ath9k: set beacon related ps flags on bss_info change · 92c6f76c
      Rajkumar Manoharan 提交于
      Requesting beacon sync up to configure beacon timers properly
      in hw, has be done after doing beacon config with default values.
      Setting the flags in beacon config is causing the device to not
      enter into network sleep on idle state.
      Signed-off-by: NRajkumar Manoharan <rmanoharan@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      92c6f76c
    • R
      ath9k_hw: Fix Tx IQ Calibration hang issue in AR9003 chips · 3782c69d
      Rajkumar Manoharan 提交于
      On AR9003 chips, doing three IQ calibrations will possibly cause chip
      in stuck state. In noisy environment, chip could receive
      a packet during the middle of three calibrations and it causes
      the conflict of HW access and the eventual failure. It also
      causes IQ calibration outliers which results in poor Tx EVM.
      
      The IQ Cal procedure is after resetting the chip, run IQ cal 3 times
      per each cal cycle and find the two closest readings and average of two.
      The advantage of running Tx IQ cal more than once is that we can compare
      calibration results for the same gain setting over multiple iterations.
      Most of the cases the IQ failures were observed after first pass.
      
      For the AR9485 and later chips, Tx IQ Calibration is performed along
      with AGC cal. But for pre-AR9485 chips, Tx IQ cal HW has to be separated
      from the rest of calibration HW to avoid chip hang. After all
      calibrations are done in HW, we can start SW post-processing.
      By doing this way, we minimize the SW difference among all chips.
      
      The order of calibration (run IQ cal before other calibration) is also
      needed to avoid chip hang for chips before AR9485. This issue was
      originally observed with AR9382.
      
      During the issue kernel log was filled with following message
      ath: timeout (100000 us) on reg 0xa640: 0x00000001 & 0x00000001 != 0x00000000
      ath: timeout (100000 us) on reg 0xa2c4: 0x00158dd9 & 0x00000001 != 0x00000000
      ath: Unable to reset channel (2412 MHz), reset status -5
      ath: Unable to set channel
      Signed-off-by: NRajkumar Manoharan <rmanoharan@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3782c69d
  4. 26 4月, 2011 24 次提交