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