Searched refs:GETCAP (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/usb/wlan/ |
H A D | if_uath.c | 817 #define GETCAP(x, v) do { \ in uath_get_devcap() macro 828 GETCAP(CAP_TARGET_VERSION, cap->targetVersion); in uath_get_devcap() 829 GETCAP(CAP_TARGET_REVISION, cap->targetRevision); in uath_get_devcap() 830 GETCAP(CAP_MAC_VERSION, cap->macVersion); in uath_get_devcap() 831 GETCAP(CAP_MAC_REVISION, cap->macRevision); in uath_get_devcap() 832 GETCAP(CAP_PHY_REVISION, cap->phyRevision); in uath_get_devcap() 833 GETCAP(CAP_ANALOG_5GHz_REVISION, cap->analog5GhzRevision); in uath_get_devcap() 834 GETCAP(CAP_ANALOG_2GHz_REVISION, cap->analog2GhzRevision); in uath_get_devcap() 836 GETCAP(CAP_REG_DOMAIN, cap->regDomain); in uath_get_devcap() 837 GETCAP(CAP_REG_CAP_BITS, cap->regCapBits); in uath_get_devcap() [all …]
|