1. 29 1月, 2008 5 次提交
  2. 17 1月, 2008 1 次提交
  3. 09 1月, 2008 1 次提交
  4. 18 12月, 2007 1 次提交
    • L
      b43: Fix rfkill radio LED · 1a8d1227
      Larry Finger 提交于
      This fixes Bug #9414
      
      Since addition of the rfkill callback, the LED associated with the off
      switch on the radio has not worked for several reasons:
      
      (1) Essential data in the rfkill structure were missing.
      (2) The rfkill structure was initialized after the LED initialization.
      (3) There was a minor memory leak if the radio LED structure was inited.
      
      Once the above problems were fixed, additional difficulties were noted:
      
      (4) The radio LED was in the wrong state at startup.
      (5) The radio switch had to be manipulated twice for each state change.
      (6) A circular mutex locking situation existed.
      (7) If rfkill-input is built as a module, it is not automatically loaded.
      
      This patch fixes all of the above.
      Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Signed-off-by: NMichael Buesch <mb@bu3sch.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      1a8d1227
  5. 30 11月, 2007 2 次提交
  6. 10 11月, 2007 7 次提交
  7. 26 10月, 2007 1 次提交
  8. 19 10月, 2007 3 次提交
  9. 14 10月, 2007 1 次提交
    • G
      b43 wireless needs <linux/io.h> · 50e36ebe
      Geert Uytterhoeven 提交于
      b43 wireless needs <linux/io.h>
      
        linux/drivers/net/wireless/b43/pio.h: In function 'b43_pio_write':
        linux/drivers/net/wireless/b43/pio.h:89: error: implicit declaration of function 'mmiowb'
      
        linux/drivers/net/wireless/b43/phy.c: In function 'b43_phy_write':
        linux/drivers/net/wireless/b43/phy.c:301: error: implicit declaration of function 'mmiowb'
      
        linuxdrivers/net/wireless/b43/sysfs.c: In function 'b43_attr_interfmode_store':
        linuxdrivers/net/wireless/b43/sysfs.c:147: error: implicit declaration of function 'mmiowb'
      Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      50e36ebe
  10. 11 10月, 2007 13 次提交