1. 12 7月, 2012 1 次提交
  2. 28 1月, 2012 1 次提交
  3. 25 1月, 2012 1 次提交
  4. 25 8月, 2011 3 次提交
  5. 21 7月, 2011 1 次提交
  6. 19 7月, 2011 1 次提交
  7. 06 7月, 2011 2 次提交
  8. 17 5月, 2011 1 次提交
  9. 27 4月, 2011 1 次提交
  10. 31 3月, 2011 1 次提交
  11. 30 3月, 2011 1 次提交
  12. 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
  13. 28 1月, 2011 1 次提交
  14. 16 11月, 2010 2 次提交
  15. 06 10月, 2010 1 次提交
    • C
      carl9170: support firmware-based rx filter · 5c895691
      Christian Lamparter 提交于
      The hardware rx-filter was essentially disabled, because
      of a serve, yet unidentifiable problem with iwlagn.
      Due to these circumstances the driver and mac80211 were
      left with the job of filtering.
      
      This is very unfortunate and has proven to be expensive
      in terms of latency, memory and load.
      
      Therefore the new 1.8.8.3 firmware introduces a flexible
      filtering infrastructure which allows the driver to
      offload some of the checks (FCS & PLCP crc check,
      RA match, control frame filter, etc...) whenever possible.
      
      Note:
      This patch also includes all changes to the
      shared headers files since the inclusion.
      Signed-off-by: NChristian Lamparter <chunkeey@googlemail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      5c895691
  16. 29 9月, 2010 1 次提交
  17. 21 9月, 2010 2 次提交
  18. 15 9月, 2010 1 次提交