wfx_api_older_than
if (wfx_api_older_than(wdev, 1, 4)) {
if (wfx_api_older_than(wvif->wdev, 3, 6))
if (!wfx_api_older_than(wdev, 1, 4))
if (wfx_api_older_than(wdev, 1, 5))
if (wfx_api_older_than(wvif->wdev, 2, 0) && queue == IEEE80211_AC_BE)
if (wfx_api_older_than(wvif->wdev, 2, 0) && queue == IEEE80211_AC_BK)
if (wfx_api_older_than(wdev, 1, 3)) {
if (wfx_api_older_than(wdev, 1, 0)) {
if (!wfx_api_older_than(wdev, 3, 8))
bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor);
if (wfx_api_older_than(wdev, 3, 10))
if (wfx_api_older_than(wvif->wdev, 3, 2))