1. 28 2月, 2008 1 次提交
  2. 29 1月, 2008 2 次提交
  3. 18 12月, 2007 1 次提交
    • A
      bcm43xx_debugfs sscanf fix · cb935cb4
      Andrew Morton 提交于
      ia64:
      
      drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c: In function `tsf_write_file':
      drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c:237: warning: long long int format, u64 arg (arg 3)
      drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c:237: warning: long long int format, u64 arg (arg 3)
      
      We do not know what type was used to implement u64 and we can never use u64 in
      printk(), sscanf(), etc.
      
      Cc: Michael Buesch <mb@bu3sch.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      cb935cb4
  4. 30 11月, 2007 1 次提交
  5. 20 10月, 2007 2 次提交
  6. 11 10月, 2007 3 次提交
  7. 03 10月, 2007 1 次提交
  8. 15 9月, 2007 1 次提交
    • L
      [PATCH] bcm43xx: Fix cancellation of work queue crashes · 3f708697
      Larry Finger 提交于
      A crash upon booting that is caused by bcm43xx has been reported [1] and
      found to be due to a work queue being reinitialized while work on that
      queue is still pending. This fix modifies the shutdown of work queues and
      prevents periodic work from being requeued during shutdown. With this patch,
      no more crashes on reboot were observed by the original reporter. I do not
      get that particular failure on my system; however, when running a large
      number of ifdown/ifup sequences, my system would kernel panic with the
      'caps lock' light blinking at roughly a 1 Hz rate. In addition, there were
      infrequent failures in the firmware that resulted in 'IRQ READY TIMEOUT'
      errors. With this patch, no more of the first type of failure occur, and
      incidence of the second type is greatly reduced.
      
      [1] http://bugzilla.kernel.org/show_bug.cgi?id=8937Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Acked-by: NMichael Buesch <mb@bu3sch.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3f708697
  9. 07 8月, 2007 1 次提交
  10. 12 7月, 2007 1 次提交
    • A
      PCI: Change all drivers to use pci_device->revision · 44c10138
      Auke Kok 提交于
      Instead of all drivers reading pci config space to get the revision
      ID, they can now use the pci_device->revision member.
      
      This exposes some issues where drivers where reading a word or a dword
      for the revision number, and adding useless error-handling around the
      read. Some drivers even just read it for no purpose of all.
      
      In devices where the revision ID is being copied over and used in what
      appears to be the equivalent of hotpath, I have left the copy code
      and the cached copy as not to influence the driver's performance.
      
      Compile tested with make all{yes,mod}config on x86_64 and i386.
      Signed-off-by: NAuke Kok <auke-jan.h.kok@intel.com>
      Acked-by: NDave Jones <davej@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      44c10138
  11. 09 7月, 2007 1 次提交
  12. 08 5月, 2007 1 次提交
  13. 28 4月, 2007 3 次提交
  14. 26 4月, 2007 2 次提交
  15. 11 4月, 2007 2 次提交
  16. 28 3月, 2007 3 次提交
  17. 17 3月, 2007 1 次提交
    • L
      [PATCH] bcm43xx: MANUALWLAN fixes · 21665a69
      Larry Finger 提交于
      During testing of bcm43xx interference mitigation, two problems were
      discovered:
      
      (1) When the MANUALWLAN mode was set, routines _stack_save and _stack_restore
          generated assertions that were traced to saving ILT registers with addresses
          > 0xFFF. This problem was fixed by adding one bit to the field used for
          the offset, and subtracting one bit from the space used for the id.
      (2) In MANUALWLAN mode, the IRQ XMIT errors are generated. The cause of these
          errors has not yet been located. Any suggestions on debugging this problem
          would be greatly appreciated.
      Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      21665a69
  18. 08 3月, 2007 3 次提交
  19. 27 2月, 2007 1 次提交
  20. 15 2月, 2007 6 次提交
  21. 13 2月, 2007 1 次提交
  22. 10 2月, 2007 1 次提交
  23. 08 2月, 2007 1 次提交