]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] bcm43xx: MANUALWLAN fixes
authorLarry Finger <Larry.Finger@lwfinger.net>
Wed, 14 Mar 2007 15:32:07 +0000 (10:32 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 16 Mar 2007 19:32:46 +0000 (15:32 -0400)
commit21665a69e6c0c3e383eaef417f0ddbd16bdb69e3
treeb9bf131c0d54054ae13d0bc187d1126f86c52577
parentdb98e0b434a6265c451ffe94ec0a29b8d0aaf587
[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>
drivers/net/wireless/bcm43xx/bcm43xx_radio.c