linux/drivers/net/wireless/ti/wl12xx
Luciano Coelho b5d6d9b28c wlcore/wl12xx/wl18xx: don't use TX align quirk for wl127x
Commit 4afc37 (wlcore: reorder identify_chip and get_hw_info) broke
support for wl127x chips.

When we moved the identify_chip operation to an earlier stage (ie. to
the probe function), we broke wl127x support because during HW init we
would set the WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN.

To avoid this, set this quirk in the identify_chip operations and only
force it to be unset if the bus module doesn't support it.  We were
doing the opposite and setting the flag if the bus module supports it.

Signed-off-by: Luciano Coelho <coelho@ti.com>
2012-06-05 16:07:16 +03:00
..
acx.c wlcore/wl12xx: add hw_init operation 2012-04-12 08:44:00 +03:00
acx.h wl12xx: implement fw status debugfs entries 2012-06-05 15:58:12 +03:00
cmd.c wlcore/wl12xx: move ref_clock and tcxo_clock elements to wl12xx 2012-06-05 15:56:15 +03:00
cmd.h wlcore/wl12xx: move extended radio configuration parameters to wl12xx 2012-04-12 08:44:01 +03:00
conf.h wlcore/wl12xx: use a single memory config and reset if using wl127x 2012-04-12 08:44:01 +03:00
debugfs.c wlcore/wl12xx/wl18xx: move lower driver debugfs to a subdir 2012-06-05 15:58:59 +03:00
debugfs.h wl12xx: implement fw status debugfs entries 2012-06-05 15:58:12 +03:00
Kconfig wireless: TI wlxxx depends on MAC80211 2012-05-15 17:53:24 -04:00
main.c wlcore/wl12xx/wl18xx: don't use TX align quirk for wl127x 2012-06-05 16:07:16 +03:00
Makefile wl12xx: implement fw status debugfs entries 2012-06-05 15:58:12 +03:00
reg.h wlcore/wl12xx: add command trigger and event ack operations 2012-04-12 08:43:57 +03:00
wl12xx.h wlcore/wl12xx: move rx_mem_pool_addr element to wl12xx 2012-06-05 15:56:22 +03:00