kernel-ark/drivers/net/wireless/bcm43xx
Larry Finger 21665a69e6 [PATCH] bcm43xx: MANUALWLAN fixes
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: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2007-03-16 15:32:46 -04:00
..
bcm43xx_debugfs.c [PATCH] mark struct file_operations const 5 2007-02-12 09:48:45 -08:00
bcm43xx_debugfs.h [PATCH] bcm43xx: init routine rewrite 2006-07-27 18:19:18 -04:00
bcm43xx_dma.c [PATCH] bcm43xx: Fix problem with >1 GB RAM 2007-02-07 15:23:53 -05:00
bcm43xx_dma.h [PATCH] missing include of dma-mapping.h 2006-10-24 22:01:11 -07:00
bcm43xx_ethtool.c drivers/net: const-ify ethtool_ops declarations 2006-09-13 14:30:00 -04:00
bcm43xx_ethtool.h drivers/net: const-ify ethtool_ops declarations 2006-09-13 14:30:00 -04:00
bcm43xx_ilt.c [PATCH] bcm43xx: OFDM fix for rev 1 cards 2007-02-14 15:45:05 -05:00
bcm43xx_ilt.h [PATCH] bcm43xx: OFDM fix for rev 1 cards 2007-02-14 15:45:05 -05:00
bcm43xx_leds.c [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDs 2007-02-05 16:58:42 -05:00
bcm43xx_leds.h [PATCH] bcm43xx: fix unexpected LED control values in BCM4303 sprom 2006-10-31 22:15:41 -05:00
bcm43xx_main.c [PATCH] bcm43xx: Fix assertion failures in interrupt handler 2007-03-07 22:13:50 -05:00
bcm43xx_main.h [PATCH] bcm43xx-softmac: Init, shutdown and restart fixes 2006-09-11 19:34:00 -04:00
bcm43xx_phy.c [PATCH] bcm43xx: Fix errors in specs to code translation in B6PHY init 2007-03-07 22:13:49 -05:00
bcm43xx_phy.h
bcm43xx_pio.c [PATCH] bcm43xx: opencoded locking 2006-07-10 14:19:41 -04:00
bcm43xx_pio.h
bcm43xx_power.c [PATCH] bcm43xx: add PCI-E code 2006-12-02 00:11:58 -05:00
bcm43xx_power.h
bcm43xx_radio.c [PATCH] bcm43xx: MANUALWLAN fixes 2007-03-16 15:32:46 -04:00
bcm43xx_radio.h [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDs 2007-02-05 16:58:42 -05:00
bcm43xx_sysfs.c [PATCH] bcm43xx: remove dead code in bcm43xx_sysfs.c 2006-09-11 19:34:03 -04:00
bcm43xx_sysfs.h
bcm43xx_wx.c [PATCH] bcm43xx: Fix bug in frequency to channel conversion 2007-03-07 22:13:50 -05:00
bcm43xx_wx.h
bcm43xx_xmit.c [PATCH] bcm43xx: correct "Move IV/ICV stripping into ieee80211_rx" 2006-12-02 00:12:04 -05:00
bcm43xx_xmit.h [PATCH] bcm43xx: Ignore ampdu status reports 2007-02-14 15:45:04 -05:00
bcm43xx.h Merge branch 'upstream' into upstream-jgarzik 2007-02-17 18:26:09 -05:00
Kconfig
Makefile