OpenCloudOS-Kernel/drivers/net/wireless/ti/wl18xx
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
..
Kconfig wl18xx: add new module 2012-06-05 15:54:04 +03:00
Makefile wl18xx: implement fw status debugfs entries 2012-06-05 15:58:16 +03:00
acx.c wlcore/wl18xx: add hw op for setting Tx HW checksum 2012-06-05 15:55:20 +03:00
acx.h wl18xx: use new fw stats structures 2012-06-05 15:59:10 +03:00
conf.h wl18xx: add power limit reference value to mac_and_phy settings 2012-06-05 15:58:46 +03:00
debugfs.c wl18xx: use new fw stats structures 2012-06-05 15:59:10 +03:00
debugfs.h wl18xx: implement fw status debugfs entries 2012-06-05 15:58:16 +03:00
io.c wl18xx: read clock frequency and do top init accordingly 2012-06-05 15:56:03 +03:00
io.h wl18xx: read clock frequency and do top init accordingly 2012-06-05 15:56:03 +03:00
main.c wlcore/wl12xx/wl18xx: don't use TX align quirk for wl127x 2012-06-05 16:07:16 +03:00
reg.h wl18xx: derive the MAC address from the BD_ADDR in fuse ROM 2012-06-05 15:57:06 +03:00
tx.c wlcore/wl12xx/18xx: split fw_status struct into two 2012-06-05 15:56:58 +03:00
tx.h wl18xx: ipmlement ap_rate_mask hw op 2012-06-05 15:55:38 +03:00
wl18xx.h wl18xx: print the PHY firmware version from the private static data 2012-06-05 15:58:24 +03:00