Home
last modified time | relevance | path

Searched refs:IS_PHYRXHDR_VALID (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_monitor.c573 !IS_PHYRXHDR_VALID(rxh, corerev, corerev_minor)) { in bcmwifi_parse_ampdu()
584 !IS_PHYRXHDR_VALID(rxh, corerev, corerev_minor)) { in bcmwifi_parse_ampdu()
594 IS_PHYRXHDR_VALID(rxh, corerev, corerev_minor)) { in bcmwifi_parse_ampdu()
743 if (IS_PHYRXHDR_VALID(rxh_last, corerev, corerev_minor)) { in bcmwifi_update_rate_modulation_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dd11.h2684 #define IS_PHYRXHDR_VALID(rxh, corerev, corerev_minor) \ macro