WLAN_CAPABILITY_SHORT_PREAMBLE
if (capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
network->capability |= WLAN_CAPABILITY_SHORT_PREAMBLE;
if ((network->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
~cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
WLAN_CAPABILITY_SHORT_PREAMBLE ? "short" : "long",
priv->capability = WLAN_CAPABILITY_SHORT_PREAMBLE;
WLAN_CAPABILITY_SHORT_PREAMBLE)
*(__le16 *)ie |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
*capab |= WLAN_CAPABILITY_SHORT_PREAMBLE;
use_short_preamble = !!(capab & WLAN_CAPABILITY_SHORT_PREAMBLE);
WLAN_CAPABILITY_SHORT_PREAMBLE;