1. 07 3月, 2013 1 次提交
    • C
      carl9170: fix frame drop and WARN due to minstrel_ht change · 5f34608f
      Christian Lamparter 提交于
      With "mac80211/minstrel_ht: add support for using CCK rates"
      minstrel_ht selects legacy CCK rates as viable rates for
      outgoing frames which might be sent as part of an A-MPDU
      [IEEE80211_TX_CTL_AMPDU is set].
      
      This behavior triggered the following WARN_ON in the driver:
      > WARNING: at carl9170/tx.c:995 carl9170_op_tx+0x1dd/0x6fd
      The driver assumed that the rate control algorithm made a
      mistake and dropped the frame.
      
      This patch removes the noisy warning altogether and allows
      said A-MPDU frames with CCK sample and/or fallback rates to
      be transmitted seamlessly.
      Signed-off-by: NChristian Lamparter <chunkeey@googlemail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      5f34608f
  2. 08 1月, 2013 1 次提交
  3. 07 12月, 2012 1 次提交
  4. 31 7月, 2012 1 次提交
  5. 12 7月, 2012 1 次提交
  6. 03 7月, 2012 1 次提交
  7. 01 3月, 2012 3 次提交
  8. 28 1月, 2012 1 次提交
  9. 22 11月, 2011 1 次提交
  10. 03 11月, 2011 1 次提交
  11. 19 7月, 2011 2 次提交
  12. 11 5月, 2011 1 次提交
  13. 27 4月, 2011 1 次提交
  14. 30 3月, 2011 1 次提交
  15. 26 2月, 2011 1 次提交
    • J
      mac80211: make tx() operation return void · 7bb45683
      Johannes Berg 提交于
      The return value of the tx operation is commonly
      misused by drivers, leading to errors. All drivers
      will drop frames if they fail to TX the frame, and
      they must also properly manage the queues (if they
      didn't, mac80211 would already warn).
      
      Removing the ability for drivers to return a BUSY
      value also allows significant cleanups of the TX
      TX handling code in mac80211.
      
      Note that this also fixes a bug in ath9k_htc, the
      old "return -1" there was wrong.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Tested-by: Sedat Dilek <sedat.dilek@googlemail.com> [ath5k]
      Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> [rt2x00]
      Acked-by: Larry Finger <Larry.Finger@lwfinger.net> [b43, rtl8187, rtlwifi]
      Acked-by: Luciano Coelho <coelho@ti.com> [wl12xx]
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      7bb45683
  16. 28 1月, 2011 1 次提交
  17. 30 11月, 2010 1 次提交
  18. 23 11月, 2010 1 次提交
  19. 16 11月, 2010 2 次提交
  20. 29 9月, 2010 2 次提交
  21. 15 9月, 2010 1 次提交