Searched refs:wfx_api_older_than (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | main.h | 38 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor);
|
H A D | main.c | 156 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 D | data_rx.c | 21 if (wfx_api_older_than(wvif->wdev, 3, 6)) in wfx_rx_handle_ba()
|
H A D | hif_tx.c | 341 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 D | hif_tx_mib.c | 66 if (wfx_api_older_than(wdev, 1, 3)) { in wfx_hif_get_counters_table()
|
H A D | bh.c | 27 if (wfx_api_older_than(wdev, 1, 4)) { in device_wakeup()
|
H A D | hif_rx.c | 234 if (!wfx_api_older_than(wdev, 1, 4)) in wfx_hif_generic_indication()
|
H A D | sta.c | 185 if (wfx_api_older_than(wvif->wdev, 3, 2)) in wfx_get_ps_timeout()
|