Searched refs:RSPEC_ISLEGACY (Results 1 – 12 of 12) sorted by relevance
141 #define RSPEC_ISLEGACY(rspec) (((rspec) & WL_RSPEC_ENCODING_MASK) == WL_RSPEC_ENCODE_RATE) macro143 #define RSPEC_ISCCK(rspec) (RSPEC_ISLEGACY(rspec) && \145 #define RSPEC_ISOFDM(rspec) (RSPEC_ISLEGACY(rspec) && \
403 if (RSPEC_ISLEGACY(rspec)) { in rate_rspec2rate()2546 if (RSPEC_ISLEGACY(rspec)) { in dhd_rtt_convert_rate_to_host()
193 #define RSPEC_ISLEGACY(rspec) (((rspec) & WL_RSPEC_ENCODING_MASK) == WL_RSPEC_ENCODE_RATE) macro195 #define RSPEC_ISCCK(rspec) (RSPEC_ISLEGACY(rspec) && \197 #define RSPEC_ISOFDM(rspec) (RSPEC_ISLEGACY(rspec) && \
64 if (RSPEC_ISLEGACY(rspec)) { in _wf_rspec_to_rate()129 ASSERT(RSPEC_ISLEGACY(rspec)); in wf_rspec_to_rate_legacy()
425 if (RSPEC_ISLEGACY(rspec)) { in rate_rspec2rate()3161 if (RSPEC_ISLEGACY(rspec)) { in dhd_rtt_convert_rate_to_host()
358 #define RSPEC_ISLEGACY(rspec) (((rspec) & WL_RSPEC_ENCODING_MASK) == WL_RSPEC_ENCODE_RATE) macro359 #define RSPEC2RATE(rspec) (RSPEC_ISLEGACY(rspec) ? \452 if (RSPEC_ISLEGACY(rspec)) { in rate_rspec2rate()