Home
last modified time | relevance | path

Searched refs:wfx_api_older_than (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/net/wireless/silabs/wfx/
Dmain.h38 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor);
Dmain.c158 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor) in wfx_api_older_than() function
384 if (wfx_api_older_than(wdev, 1, 0)) { in wfx_probe()
447 if (!wfx_api_older_than(wdev, 3, 8)) in wfx_probe()
Ddata_rx.c21 if (wfx_api_older_than(wvif->wdev, 3, 6)) in wfx_rx_handle_ba()
Dhif_tx.c384 if (wfx_api_older_than(wdev, 1, 5)) in wfx_hif_add_key()
428 if (wfx_api_older_than(wvif->wdev, 2, 0) && queue == IEEE80211_AC_BE) in wfx_hif_set_edca_queue_params()
430 if (wfx_api_older_than(wvif->wdev, 2, 0) && queue == IEEE80211_AC_BK) in wfx_hif_set_edca_queue_params()
Dscan.c193 if (wfx_api_older_than(wdev, 3, 10)) in wfx_remain_on_channel()
Dhif_tx_mib.c66 if (wfx_api_older_than(wdev, 1, 3)) { in wfx_hif_get_counters_table()
Dbh.c27 if (wfx_api_older_than(wdev, 1, 4)) { in device_wakeup()
Dhif_rx.c234 if (!wfx_api_older_than(wdev, 1, 4)) in wfx_hif_generic_indication()
Dsta.c167 if (wfx_api_older_than(wvif->wdev, 3, 2)) in wfx_get_ps_timeout()