X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=carlfw%2Finclude%2Fwl.h;h=7152de0eff8515ab29567bb89cd3e623f116d4d2;hp=e1c8bbd014ab17407847c1df3902e43aaa262787;hb=af915846d44d23adc02c7ded807282d607b46faa;hpb=c3eeab99a9fcd78fe86cbf827c318ba11b568682 diff --git a/carlfw/include/wl.h b/carlfw/include/wl.h index e1c8bbd..7152de0 100644 --- a/carlfw/include/wl.h +++ b/carlfw/include/wl.h @@ -266,14 +266,7 @@ void wlan_modify_beacon(const unsigned int vif, void wlan_tx_complete(struct carl9170_tx_superframe *super, bool txs); -static inline void wlan_prepare_wol(void) -{ - /* set filter policy to: discard everything */ - fw.wlan.rx_filter = CARL9170_RX_FILTER_EVERYTHING; - - /* reenable rx dma */ - wlan_trigger(AR9170_DMA_TRIGGER_RXQ); -} +void wlan_prepare_wol(void); static inline void __check_wlantx(void) {