1. 08 4月, 2011 16 次提交
  2. 31 3月, 2011 1 次提交
  3. 25 3月, 2011 4 次提交
  4. 22 3月, 2011 1 次提交
  5. 12 3月, 2011 1 次提交
  6. 05 3月, 2011 2 次提交
  7. 01 3月, 2011 3 次提交
  8. 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
  9. 22 2月, 2011 5 次提交
  10. 10 2月, 2011 2 次提交
  11. 08 2月, 2011 1 次提交
  12. 07 2月, 2011 1 次提交
  13. 01 2月, 2011 2 次提交