WLAN_CAPABILITY_SHORT_PREAMBLE 2817 drivers/net/wireless/atmel/atmel.c 	int new = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ?
WLAN_CAPABILITY_SHORT_PREAMBLE 2907 drivers/net/wireless/atmel/atmel.c 		body.capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
WLAN_CAPABILITY_SHORT_PREAMBLE 3021 drivers/net/wireless/atmel/atmel.c 	priv->BSSinfo[index].preamble = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ?
WLAN_CAPABILITY_SHORT_PREAMBLE 2543 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	if (capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
WLAN_CAPABILITY_SHORT_PREAMBLE 5873 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		network->capability |= WLAN_CAPABILITY_SHORT_PREAMBLE;
WLAN_CAPABILITY_SHORT_PREAMBLE 7326 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	if ((network->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
WLAN_CAPABILITY_SHORT_PREAMBLE 7334 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		    ~cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
WLAN_CAPABILITY_SHORT_PREAMBLE 7351 drivers/net/wireless/intel/ipw2x00/ipw2200.c 			WLAN_CAPABILITY_SHORT_PREAMBLE ? "short" : "long",
WLAN_CAPABILITY_SHORT_PREAMBLE  260 drivers/net/wireless/marvell/libertas_tf/main.c 	priv->capability = WLAN_CAPABILITY_SHORT_PREAMBLE;
WLAN_CAPABILITY_SHORT_PREAMBLE 1456 drivers/net/wireless/marvell/mwifiex/cfg80211.c 						WLAN_CAPABILITY_SHORT_PREAMBLE)
WLAN_CAPABILITY_SHORT_PREAMBLE 1334 drivers/staging/ks7010/ks_hostif.c 		capability |= WLAN_CAPABILITY_SHORT_PREAMBLE;
WLAN_CAPABILITY_SHORT_PREAMBLE 3229 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
WLAN_CAPABILITY_SHORT_PREAMBLE  316 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 	if (cap & WLAN_CAPABILITY_SHORT_PREAMBLE) {
WLAN_CAPABILITY_SHORT_PREAMBLE  900 drivers/staging/rtl8192e/rtllib_softmac.c 		WLAN_CAPABILITY_SHORT_PREAMBLE);
WLAN_CAPABILITY_SHORT_PREAMBLE 1251 drivers/staging/rtl8192e/rtllib_softmac.c 	if (beacon->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
WLAN_CAPABILITY_SHORT_PREAMBLE 1252 drivers/staging/rtl8192e/rtllib_softmac.c 		hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
WLAN_CAPABILITY_SHORT_PREAMBLE  349 drivers/staging/rtl8192e/rtllib_tx.c 		 WLAN_CAPABILITY_SHORT_PREAMBLE)
WLAN_CAPABILITY_SHORT_PREAMBLE  467 drivers/staging/rtl8192e/rtllib_tx.c 	if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
WLAN_CAPABILITY_SHORT_PREAMBLE  741 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 		cpu_to_le16(ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE); /* add short preamble here */
WLAN_CAPABILITY_SHORT_PREAMBLE 1041 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 	if (beacon->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
WLAN_CAPABILITY_SHORT_PREAMBLE 1042 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 		hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); //add short_preamble here
WLAN_CAPABILITY_SHORT_PREAMBLE  356 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c 	} else if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE) {
WLAN_CAPABILITY_SHORT_PREAMBLE  488 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c 	if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
WLAN_CAPABILITY_SHORT_PREAMBLE 1136 drivers/staging/rtl8192u/r8192U_core.c 	priv->short_preamble = cap & WLAN_CAPABILITY_SHORT_PREAMBLE;
WLAN_CAPABILITY_SHORT_PREAMBLE 1534 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
WLAN_CAPABILITY_SHORT_PREAMBLE  715 net/mac80211/mlme.c 		capab |= WLAN_CAPABILITY_SHORT_PREAMBLE;
WLAN_CAPABILITY_SHORT_PREAMBLE 2109 net/mac80211/mlme.c 		use_short_preamble = !!(capab & WLAN_CAPABILITY_SHORT_PREAMBLE);
WLAN_CAPABILITY_SHORT_PREAMBLE  195 net/mac80211/tdls.c 		       WLAN_CAPABILITY_SHORT_PREAMBLE;