Searched refs:SHORT_PREAMBLE_BIT (Results 1 – 5 of 5) sorted by relevance
548 #define SHORT_PREAMBLE_BIT BIT(0) /* CCK or Barker depending on the rate */ macro554 CCK_SHORT = SHORT_PREAMBLE_BIT,556 PBCC_SHORT = PBCC_RATE_BIT | SHORT_PREAMBLE_BIT,
39 #define SHORT_PREAMBLE_BIT BIT(0) macro
129 if (desc->mod_pre & SHORT_PREAMBLE_BIT) in wl1251_rx_status()
369 #define SHORT_PREAMBLE_BIT BIT(0) /* CCK or Barker depending on the rate */ macro375 CCK_SHORT = SHORT_PREAMBLE_BIT,377 PBCC_SHORT = PBCC_RATE_BIT | SHORT_PREAMBLE_BIT,
22 #define SHORT_PREAMBLE_BIT BIT(0) macro
Completed in 27 milliseconds