Searched refs:GETCAP (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/usb/wlan/ |
| H A D | if_uath.c | 825 #define GETCAP(x, v) do { \ in uath_get_devcap() macro 836 GETCAP(CAP_TARGET_VERSION, cap->targetVersion); in uath_get_devcap() 837 GETCAP(CAP_TARGET_REVISION, cap->targetRevision); in uath_get_devcap() 838 GETCAP(CAP_MAC_VERSION, cap->macVersion); in uath_get_devcap() 839 GETCAP(CAP_MAC_REVISION, cap->macRevision); in uath_get_devcap() 840 GETCAP(CAP_PHY_REVISION, cap->phyRevision); in uath_get_devcap() 841 GETCAP(CAP_ANALOG_5GHz_REVISION, cap->analog5GhzRevision); in uath_get_devcap() 842 GETCAP(CAP_ANALOG_2GHz_REVISION, cap->analog2GhzRevision); in uath_get_devcap() 844 GETCAP(CAP_REG_DOMAIN, cap->regDomain); in uath_get_devcap() 845 GETCAP(CAP_REG_CAP_BITS, cap->regCapBits); in uath_get_devcap() [all …]
|