1. 24 2月, 2011 3 次提交
  2. 04 2月, 2011 1 次提交
  3. 20 1月, 2011 1 次提交
  4. 18 1月, 2011 1 次提交
  5. 11 1月, 2011 1 次提交
  6. 05 1月, 2011 3 次提交
  7. 23 12月, 2010 1 次提交
  8. 09 12月, 2010 1 次提交
  9. 25 11月, 2010 1 次提交
  10. 17 11月, 2010 1 次提交
  11. 25 8月, 2010 1 次提交
  12. 05 8月, 2010 1 次提交
    • F
      ath9k_hw: clean up per-channel calibration data · 20bd2a09
      Felix Fietkau 提交于
      The noise floor history buffer is currently not kept per channel, which
      can lead to problems when changing channels from a clean channel to a
      noisy one. Also when switching from HT20 to HT40, the noise floor
      history buffer is full of measurements, but none of them contain data
      for the extension channel, which it needs quite a bit of time to recover
      from.
      
      This patch puts all the per-channel calibration data into a single data
      structure, and gives the the driver control over whether that is used
      per-channel or even not used for some channels.
      
      For ath9k_htc, I decided to keep this per-channel in order to avoid
      creating regressions.
      
      For ath9k, the data is kept only for the operating channel, which saves
      some space. ath9k_hw takes care of wiping old data when the operating
      channel or its channel flags change.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      20bd2a09
  13. 01 7月, 2010 1 次提交
  14. 16 6月, 2010 1 次提交
  15. 15 6月, 2010 1 次提交
  16. 04 6月, 2010 1 次提交
  17. 03 6月, 2010 4 次提交
  18. 25 5月, 2010 1 次提交
  19. 08 5月, 2010 1 次提交
    • S
      ath9k_htc: Fix beaconing in IBSS mode · 9c6dda4e
      Sujith 提交于
      The current way of managing beaconing in ad-hoc
      mode has a subtle race - the beacon obtained from mac80211
      is freed in the SWBA handler rather than the TX
      completion routine. But transmission of beacons goes
      through the normal SKB queue maintained in hif_usb,
      leading to a situation where __skb_dequeue() in the TX
      completion handler goes kaput.
      
      Fix this by simply getting a beacon from mac80211 for
      every SWBA and free it in its completion routine.
      Signed-off-by: NSujith <Sujith.Manoharan@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      9c6dda4e
  20. 28 4月, 2010 1 次提交
  21. 27 4月, 2010 1 次提交
  22. 17 4月, 2010 2 次提交
  23. 08 4月, 2010 2 次提交
  24. 01 4月, 2010 2 次提交
  25. 24 3月, 2010 2 次提交