Searched refs:WL_RSPEC_DCM (Results 1 – 6 of 6) sorted by relevance
41 bool dcm = (rspec & WL_RSPEC_DCM) != 0; in wf_he_rspec_to_rate()197 rspec |= WL_RSPEC_DCM; in wf_he_plcp_to_rspec()
53 #define WL_RSPEC_DCM 0x00080000u /**< Dual Carrier Modulation */ macro94 #define RSPEC_HE_DCM(rspec) (((rspec) & WL_RSPEC_DCM) >> WL_RSPEC_DCM_SHIFT)
54 #define WL_RSPEC_DCM 0x00080000 /**< Dual Carrier Modulation */ macro