1. 02 3月, 2015 1 次提交
  2. 12 2月, 2015 2 次提交
  3. 29 1月, 2015 3 次提交
  4. 24 1月, 2015 1 次提交
    • S
      b43: stop leds during suspend · 6b47aaca
      Sabrina Dubroca 提交于
      Call b43_leds_stop during suspend to avoid this WARN:
      
      WARNING: CPU: 1 PID: 0 at net/mac80211/util.c:755 ieee80211_can_queue_work.isra.11+0x35/0x50 [mac80211]()
      queueing ieee80211 work while going to suspend
      
       [...]
      
      Call Trace:
       [<c165fb2a>] dump_stack+0x48/0x69
       [<c1052f7b>] warn_slowpath_common+0x8b/0xc0
       [<f9c30225>] ? ieee80211_can_queue_work.isra.11+0x35/0x50 [mac80211]
       [<f9c30225>] ? ieee80211_can_queue_work.isra.11+0x35/0x50 [mac80211]
       [<c1052fe3>] warn_slowpath_fmt+0x33/0x40
       [<f9c30225>] ieee80211_can_queue_work.isra.11+0x35/0x50 [mac80211]
       [<f9c30260>] ieee80211_queue_work+0x20/0x40 [mac80211]
       [<f9f25d78>] b43_led_brightness_set+0x28/0x30 [b43]
       [<c14f3835>] led_timer_function+0xd5/0xe0
       [<c10cb534>] call_timer_fn+0xa4/0x4a0
      Signed-off-by: NSabrina Dubroca <sd@queasysnail.net>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      6b47aaca
  5. 20 11月, 2014 1 次提交
  6. 16 9月, 2014 5 次提交
  7. 12 9月, 2014 1 次提交
  8. 26 8月, 2014 1 次提交
  9. 29 7月, 2014 1 次提交
  10. 24 7月, 2014 2 次提交
  11. 23 7月, 2014 2 次提交
  12. 19 7月, 2014 1 次提交
  13. 16 7月, 2014 4 次提交
  14. 08 7月, 2014 1 次提交
  15. 02 7月, 2014 2 次提交
  16. 26 6月, 2014 1 次提交
  17. 21 6月, 2014 2 次提交
  18. 20 6月, 2014 5 次提交
  19. 16 6月, 2014 1 次提交
    • R
      b43: disable 5 GHz on G-PHY · f15ec345
      Rafał Miłecki 提交于
      This fixes regression introduced by adding some G-PHY devices to the
      list of dual band devices. There is simply no support for 5 GHz on
      G-PHY devices in b43. It results in:
      WARNING: CPU: 0 PID: 79 at drivers/net/wireless/b43/phy_g.c:75 b43_gphy_channel_switch+0x125/0x130 [b43]()
      b43-phy1 ERROR: PHY init: Channel switch to default failed
      
      Regression was introduced by the following commit:
      
      commit 773cfc50
      Author: Rafał Miłecki <zajec5@gmail.com>
      Date:   Mon May 19 23:18:55 2014 +0200
      
          b43: add more devices to the bands database
      Signed-off-by: NRafał Miłecki <zajec5@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      f15ec345
  20. 30 5月, 2014 2 次提交
  21. 23 5月, 2014 1 次提交