1. 11 12月, 2009 2 次提交
    • H
      rtl8187: add radio led and fix warnings on suspend · 49d7590c
      Herton Ronaldo Krzesinski 提交于
      Michael Buesch reports that his rtl8187 gives warnings on suspend
      ("queueing ieee80211 work while going to suspend" warnings), as rtl8187
      can call ieee80211_queue_delayed_work after mac80211 is suspended.
      
      This change enhances rtl8187 led code so we can avoid queuing work after
      mac80211 is suspended: now we register a radio led and make additional
      checks to ensure led is off/on properly as mac80211 wants.
      Signed-off-by: NHerton Ronaldo Krzesinski <herton@mandriva.com.br>
      Tested-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Cc: Stable <stable@vger.kernel.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      49d7590c
    • L
      ath5k: enable EEPROM checksum check · 512414b0
      Luis R. Rodriguez 提交于
      Without this we have no gaurantee of the integrity of the
      EEPROM and are likely to encounter a lot of bogus bug reports
      due to actual issues on the EEPROM. With the EEPROM checksum
      check in place we can easily rule those issues out.
      
      If you run patch during a revert *you* have a card with a busted
      EEPROM and only older kernel will support that concoction. This
      patch is a trade off between not accepitng bogus EEPROMs and
      avoiding bogus bug reports allowing developers to focus instead
      on real concrete issues.
      
      If stable keeps bogus bug reports because of a possibly busted EEPROM
      feel free to apply this there too.
      
      Tested on an AR5414
      
      Cc: stable@kernel.org
      Cc: jirislaby@gmail.com
      Cc: akpm@linux-foundation.org
      Cc: rjw@sisk.pl
      Cc: me@bobcopeland.com
      Cc: david.quan@atheros.com
      Signed-off-by: NLuis R. Rodriguez <lrodriguez@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      512414b0
  2. 10 12月, 2009 2 次提交
  3. 09 12月, 2009 36 次提交