1. 20 6月, 2014 1 次提交
  2. 30 5月, 2014 1 次提交
  3. 23 5月, 2014 2 次提交
  4. 20 5月, 2014 1 次提交
    • R
      ath9k_hw: Abort transmission for sleeping station · 08232bf9
      Rajkumar Manoharan 提交于
      The data transmission to the power save station should be aborted
      immediately, whenever the station informs sleep state. Right now
      the frames queued into into hardware are being transmitted until
      the hardware detects the power save station based excessive retries
      of the data frames due to unacknowlegdement. Then remaining frames
      are returned with filetered status and might be retried later by
      driver or mac80211.
      
      Per WFA certification testing, AP should not send out more than two
      frames after processing nullfunc with PM bit set from associated
      station. To speed up tx filtering, the pending frames in hardware
      queues for given station will be aborted immediately via tx filter
      registers. This transmit filters can be ignored if the descriptor
      is having invalid destination index or clear destination mask set.
      Signed-off-by: NRajkumar Manoharan <rmanohar@qti.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      08232bf9
  5. 23 4月, 2014 1 次提交
  6. 09 4月, 2014 1 次提交
  7. 18 3月, 2014 1 次提交
  8. 01 3月, 2014 1 次提交
  9. 25 2月, 2014 1 次提交
  10. 13 2月, 2014 3 次提交
  11. 24 1月, 2014 1 次提交
  12. 14 1月, 2014 3 次提交
  13. 04 1月, 2014 7 次提交
  14. 20 12月, 2013 2 次提交
  15. 19 12月, 2013 2 次提交
  16. 18 12月, 2013 1 次提交
  17. 03 12月, 2013 4 次提交
  18. 19 10月, 2013 1 次提交
    • L
      ath9k: add TX99 support · 89f927af
      Luis R. Rodriguez 提交于
      TX99 support enables Specific Absorption Rate (SAR) testing.
      SAR is the unit of measurement for the amount of radio frequency(RF)
      absorbed by the body when using a wireless device. The RF
      exposure limits used are expressed in the terms of SAR, which is a
      measure of the electric and magnetic field strength and power density
      for transmitters operating at frequencies from 300 kHz to 100 GHz.
      
      Regulatory bodies around the world require that wireless device
      be evaluated to meet the RF exposure limits set forth in the
      governmental SAR regulations.
      
      In the examples below, for more bit rate options see the iw TX bitrate
      setting documentation:
      
      http://wireless.kernel.org/en/users/Documentation/iw#Modifying_transmit_bitrates
      
      Example usage:
      
      iw phy phy0 interface add moni0 type monitor
      ip link set dev moni0 up
      
      iw dev moni0 set channel 36 HT40+
      iw set bitrates mcs-5 4
      
      echo 10 > /sys/kernel/debug/ieee80211/phy0/ath9k/tx99_power
      echo 1  > /sys/kernel/debug/ieee80211/phy0/ath9k/tx99
      Signed-off-by: NRajkumar Manoharan <rmanohar@qca.qualcomm.com>
      Signed-off-by: NLuis R. Rodriguez <mcgrof@do-not-panic.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      89f927af
  19. 15 10月, 2013 3 次提交
  20. 08 10月, 2013 1 次提交
  21. 27 9月, 2013 1 次提交
  22. 23 8月, 2013 1 次提交