Searched refs:short_preamble (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211softmac.h121 u8 short_preamble:1; member in struct:ieee80211softmac_bss_info
171 #define IEEE80211SOFTMAC_BSSINFOCHG_SHORT_PREAMBLE (1 << 1) /* short_preamble */
316 return (is_multicast && is_mgt) ? 0 : mac->bssinfo.short_preamble;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_module.c215 int short_preamble; local
219 short_preamble = ((erp_value & WLAN_ERP_BARKER_PREAMBLE) == 0
225 if (mac->bssinfo.short_preamble != short_preamble) {
227 mac->bssinfo.short_preamble = short_preamble;
298 bssinfo->short_preamble = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.h158 unsigned int short_preamble:1; member in struct:zd_mac
H A Dzd_mac.c418 unsigned int short_preamble; local
425 short_preamble = mac->short_preamble;
428 zd_chip_set_rts_cts_rate_locked(&mac->chip, rts_rate, short_preamble);
468 mac->short_preamble = bssinfo->short_preamble;
758 int short_preamble = ieee80211softmac_short_preamble_ok(softmac, local
764 if (short_preamble)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_sysfs.c267 if (bcm->short_preamble)
294 bcm->short_preamble = !!value;
H A Dbcm43xx_xmit.c339 if (bcm->short_preamble)
H A Dbcm43xx_wx.c654 bcm->short_preamble = !!on;
670 on = bcm->short_preamble;
H A Dbcm43xx.h758 short_preamble:1, /* TRUE, if short preamble is enabled. */ member in struct:bcm43xx_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211.c447 tx->local->short_preamble &&
449 tx->u.tx.short_preamble = 1;
646 int rate, int erp, int short_preamble)
692 dur += short_preamble ? (72 + 24) : (144 + 48);
711 erp, local->short_preamble);
808 local->short_preamble);
817 local->short_preamble);
1876 control->tx_rate = (local->short_preamble &&
1897 int short_preamble = local->short_preamble; local
645 ieee80211_frame_duration(struct ieee80211_local *local, size_t len, int rate, int erp, int short_preamble) argument
1925 int short_preamble = local->short_preamble; local
[all...]
H A Dieee80211_i.h123 unsigned int short_preamble:1; member in struct:ieee80211_txrx_data::__anon10883::__anon10884
444 int short_preamble; /* use short preamble with IEEE 802.11b */ member in struct:ieee80211_local
H A Dieee80211_ioctl.c1229 local->short_preamble = value;
1384 *param = local->short_preamble;
H A Dieee80211_sta.c2221 control.tx_rate = (local->short_preamble &&

Completed in 103 milliseconds