Home
last modified time | relevance | path

Searched refs:WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h551 #define WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN BIT(2) macro
H A Dtx.c180 !(wl->quirks & WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN)) in wlcore_calc_packet_alignment()
H A Dmain.c1137 wl->quirks &= ~WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN; in wl12xx_chip_wakeup()
/linux/drivers/net/wireless/ti/wl12xx/
H A Dmain.c686 wl->quirks |= WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN | in wl12xx_identify_chip()
1394 if (wl->quirks & WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN) in wl12xx_hw_init()