Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dmain.h38 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor);
H A Dmain.c156 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor) in wfx_api_older_than() function
379 if (wfx_api_older_than(wdev, 1, 0)) { in wfx_probe()
442 if (!wfx_api_older_than(wdev, 3, 8)) in wfx_probe()
H A Ddata_rx.c21 if (wfx_api_older_than(wvif->wdev, 3, 6)) in wfx_rx_handle_ba()
H A Dhif_tx.c341 if (wfx_api_older_than(wdev, 1, 5)) in wfx_hif_add_key()
385 if (wfx_api_older_than(wvif->wdev, 2, 0) && queue == IEEE80211_AC_BE) in wfx_hif_set_edca_queue_params()
387 if (wfx_api_older_than(wvif->wdev, 2, 0) && queue == IEEE80211_AC_BK) in wfx_hif_set_edca_queue_params()
H A Dhif_tx_mib.c66 if (wfx_api_older_than(wdev, 1, 3)) { in wfx_hif_get_counters_table()
H A Dbh.c27 if (wfx_api_older_than(wdev, 1, 4)) { in device_wakeup()
H A Dhif_rx.c234 if (!wfx_api_older_than(wdev, 1, 4)) in wfx_hif_generic_indication()
H A Dsta.c185 if (wfx_api_older_than(wvif->wdev, 3, 2)) in wfx_get_ps_timeout()