Rajkumar Manoharan wrote: > - if (!fastcc) > + if (fastcc) { > + /* abort pending tx frames */ > + WMI_CMD(WMI_ABORT_TX_DMA_CMDID); Why abort instead of stop ? And if i remember correctly, aborting of TX is enabled only for the AR9003 family. > + WMI_CMD(WMI_ABORT_TXQ_CMDID); This is exactly the same as DRAIN_TXQ_ALL. > + /* Clear receive filter */ > + ath9k_hw_setrxfilter(ah, 0); Why should the filter be cleared ? > + WMI_CMD(WMI_STOP_DMA_RECV_CMDID); WMI_STOP_RECV does this already. > + WMI_CMD(WMI_RX_LINK_CMDID); The host should have nothing to do with setting the rx_link variable on the target. This WMI command should really be removed. A little more information on what this patch fixes would be nice. Sujith -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html