Home
last modified time | relevance | path

Searched defs:WLAN_GET_CAP_INFO_SHORTPREAMBLE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/vt6655/
D80211hdr.h187 #define WLAN_GET_CAP_INFO_SHORTPREAMBLE(n) ((((n) >> 8) & BIT5) >> 5) macro
223 #define WLAN_GET_CAP_INFO_SHORTPREAMBLE(n) (((n) & BIT5) >> 5) macro
/linux-3.4.99/drivers/staging/vt6656/
D80211hdr.h184 #define WLAN_GET_CAP_INFO_SHORTPREAMBLE(n) ((((n) >> 8) & BIT5) >> 5) macro
217 #define WLAN_GET_CAP_INFO_SHORTPREAMBLE(n) (((n) & BIT5) >> 5) macro