kernel-ark/drivers/net/wireless/b43
Michael Buesch b96ab540c1 b43: Always use block-I/O for the PIO data registers
On SDIO the PIO data register seems to be hardwired to LE. So
the MACCTL bit has no effect on the endianness.
So also use block-I/O for the last word of the packet. block-I/O is always LE.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Tested-by: Albert Herranz <albert_herranz@yahoo.es>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-09-29 17:25:15 -04:00
..
b43.h b43: Add optional verbose runtime statistics 2009-09-23 11:35:44 -04:00
debugfs.c b43: Add optional verbose runtime statistics 2009-09-23 11:35:44 -04:00
debugfs.h b43: Add optional verbose runtime statistics 2009-09-23 11:35:44 -04:00
dma.c b43: Do not use _irqsafe callbacks 2009-09-23 11:35:43 -04:00
dma.h b43: Remove DMA/PIO queue locks 2009-09-08 16:31:07 -04:00
Kconfig b43: Remove BROKEN attribute from SDIO 2009-09-23 11:35:45 -04:00
leds.c b43: fix build error if !CONFIG_B43_LEDS 2009-09-23 11:35:45 -04:00
leds.h b43: fix build error if !CONFIG_B43_LEDS 2009-09-23 11:35:45 -04:00
lo.c
lo.h
main.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 2009-09-23 16:23:46 -07:00
main.h b43: remove SHM spinlock 2009-09-08 16:31:08 -04:00
Makefile b43: Add Soft-MAC SDIO device support 2009-09-23 11:35:43 -04:00
pcmcia.c
pcmcia.h
phy_a.c
phy_a.h
phy_common.c b43: Use a threaded IRQ handler 2009-09-08 16:31:06 -04:00
phy_common.h b43: Use a threaded IRQ handler 2009-09-08 16:31:06 -04:00
phy_g.c b43: Use a threaded IRQ handler 2009-09-08 16:31:06 -04:00
phy_g.h b43: Use a threaded IRQ handler 2009-09-08 16:31:06 -04:00
phy_lp.c b43: Add LP PHY Analog Switch Support 2009-09-23 11:35:44 -04:00
phy_lp.h
phy_n.c
phy_n.h
pio.c b43: Always use block-I/O for the PIO data registers 2009-09-29 17:25:15 -04:00
pio.h b43: Remove PIO RX workqueue 2009-09-08 16:31:07 -04:00
rfkill.c b43: Implement RFKILL status for LP PHY 2009-09-23 11:35:45 -04:00
rfkill.h
sdio.c b43: Fix SDIO interrupt handler deadlock 2009-09-23 11:35:44 -04:00
sdio.h b43: Add Soft-MAC SDIO device support 2009-09-23 11:35:43 -04:00
sysfs.c b43: Use a threaded IRQ handler 2009-09-08 16:31:06 -04:00
sysfs.h
tables_lpphy.c
tables_lpphy.h
tables_nphy.c
tables_nphy.h
tables.c
tables.h
wa.c
wa.h
xmit.c b43: Add optional verbose runtime statistics 2009-09-23 11:35:44 -04:00
xmit.h