wl18xx: add hw_init operation
[deliverable/linux.git] / drivers / net / wireless / ti / wlcore / acx.h
index e6a74869a5ff539df5589e90e73bb12d98f34747..2d1302d23ac87946ea5c5f7b7cb9f779b4f62ff2 100644 (file)
@@ -828,6 +828,8 @@ struct wl1271_acx_keep_alive_config {
 #define HOST_IF_CFG_RX_FIFO_ENABLE     BIT(0)
 #define HOST_IF_CFG_TX_EXTRA_BLKS_SWAP BIT(1)
 #define HOST_IF_CFG_TX_PAD_TO_SDIO_BLK BIT(3)
+#define HOST_IF_CFG_RX_PAD_TO_SDIO_BLK BIT(4)
+#define HOST_IF_CFG_ADD_RX_ALIGNMENT   BIT(6)
 
 enum {
        WL1271_ACX_TRIG_TYPE_LEVEL = 0,
This page took 0.036491 seconds and 5 git commands to generate.