Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Dmain.h41 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor);
H A 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()
H A Ddata_rx.c20 if (wfx_api_older_than(wvif->wdev, 3, 6)) in wfx_rx_handle_ba()
H A Dmain.c155 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor) in wfx_api_older_than() function
382 if (wfx_api_older_than(wdev, 1, 0)) { in wfx_probe()
H A Dbh.c27 if (wfx_api_older_than(wdev, 1, 4)) { in device_wakeup()
H A Dhif_tx_mib.c70 if (wfx_api_older_than(wdev, 1, 3)) { in hif_get_counters_table()
H A Dhif_rx.c248 if (!wfx_api_older_than(wdev, 1, 4)) in hif_generic_indication()
H A Dsta.c165 else if (wfx_api_older_than(wvif->wdev, 3, 2)) in wfx_get_ps_timeout()