Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/wfx/
Dmain.h41 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor);
Ddata_rx.c20 if (wfx_api_older_than(wvif->wdev, 3, 6)) in wfx_rx_handle_ba()
Dhif_tx.c365 if (wfx_api_older_than(wdev, 1, 5)) in hif_add_key()
412 if (wfx_api_older_than(wvif->wdev, 2, 0) && queue == IEEE80211_AC_BE) in hif_set_edca_queue_params()
414 if (wfx_api_older_than(wvif->wdev, 2, 0) && queue == IEEE80211_AC_BK) in hif_set_edca_queue_params()
Dmain.c155 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor) in wfx_api_older_than() function
377 if (wfx_api_older_than(wdev, 1, 0)) { in wfx_probe()
Dbh.c27 if (wfx_api_older_than(wdev, 1, 4)) { in device_wakeup()
Dhif_tx_mib.c70 if (wfx_api_older_than(wdev, 1, 3)) { in hif_get_counters_table()
Dhif_rx.c248 if (!wfx_api_older_than(wdev, 1, 4)) in hif_generic_indication()
Dsta.c165 else if (wfx_api_older_than(wvif->wdev, 3, 2)) in wfx_get_ps_timeout()