1. 08 7月, 2011 10 次提交
  2. 18 6月, 2011 2 次提交
  3. 11 6月, 2011 1 次提交
  4. 04 6月, 2011 2 次提交
  5. 02 6月, 2011 9 次提交
  6. 20 5月, 2011 4 次提交
  7. 17 5月, 2011 1 次提交
  8. 12 5月, 2011 2 次提交
  9. 11 5月, 2011 2 次提交
  10. 06 5月, 2011 1 次提交
  11. 29 4月, 2011 1 次提交
  12. 31 3月, 2011 1 次提交
  13. 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
  14. 23 12月, 2010 2 次提交
  15. 14 12月, 2010 1 次提交
    • R
      b43: rename TMS defines, drop useless condition from core reset · 42ab135f
      Rafał Miłecki 提交于
      As discussed we do not know band width at core reset time and it is not a good
      idea to reset whole just to change band. So just set unconditionally 20 MHz
      band width as default during core reset.
      
      As for defines PHY clock changed to band width in specs and it makes much more
      sens to call defines by band width which is self-explainable. Updated specs do
      not mention 0 value, but comparing to old ones you can notice lineral relation
      between PHY clock speed and band width. So it makes sense for 0x0 value to be
      10 MHz band width.
      Signed-off-by: NRafał Miłecki <zajec5@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      42ab135f