Home
last modified time | relevance | path

Searched refs:shortPreamble (Results 1 – 15 of 15) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/onoe/
H A Donoe.c113 int shortPreamble, size_t frameLen, int tid, int is_aggr, in ath_rate_findrate() argument
121 if (shortPreamble) in ath_rate_findrate()
156 struct ath_desc *ds, int shortPreamble, u_int8_t rix) in ath_rate_setupxtxdesc() argument
229 rt->info[on->on_tx_rix0].shortPreamble; in ath_rate_update()
244 rt->info[rix].shortPreamble; in ath_rate_update()
253 rt->info[rix].shortPreamble; in ath_rate_update()
261 on->on_tx_rate3 | rt->info[0].shortPreamble; in ath_rate_update()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athrate.h140 int shortPreamble, size_t frameLen, int tid, int is_aggr,
148 struct ath_desc *, int shortPreamble, u_int8_t rix);
H A Dif_ath_tx_ht.c266 rate |= rt->info[rc[i].rix].shortPreamble; in ath_tx_rate_fill_rcflags()
619 HAL_BOOL shortPreamble = AH_FALSE; in ath_rateseries_setup() local
627 shortPreamble = AH_TRUE; in ath_rateseries_setup()
704 if (shortPreamble) in ath_rateseries_setup()
706 rt->info[rc[i].rix].shortPreamble; in ath_rateseries_setup()
709 rt, pktlen, rc[i].rix, shortPreamble, AH_TRUE); in ath_rateseries_setup()
H A Dif_ath_tx.c1049 int shortPreamble; in ath_tx_calc_protection() local
1055 shortPreamble = bf->bf_state.bfs_shpream; in ath_tx_calc_protection()
1122 int shortPreamble; in ath_tx_calc_duration() local
1129 shortPreamble = bf->bf_state.bfs_shpream; in ath_tx_calc_duration()
1139 if (shortPreamble) in ath_tx_calc_duration()
1157 rix, shortPreamble, in ath_tx_calc_duration()
1178 int cix, int shortPreamble) in ath_tx_get_rtscts_rate() argument
1192 if (shortPreamble) in ath_tx_get_rtscts_rate()
1193 ctsrate |= rt->info[cix].shortPreamble; in ath_tx_get_rtscts_rate()
1203 int shortPreamble, int pktlen, const HAL_RATE_TABLE *rt, in ath_tx_calc_ctsduration() argument
[all …]
H A Dif_ath_tdma.c434 (! (rs->rs_flags & HAL_RX_GI)) : rt->info[rix].shortPreamble, in ath_tdma_update()
H A Dif_ath_beacon.c325 rate |= rt->info[rix].shortPreamble; in ath_beacon_setup()
H A Dif_ath.c6533 if (rt->info[i].shortPreamble || in ath_setcurmode()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/amrr/
H A Damrr.c105 int shortPreamble, size_t frameLen, int tid, int is_aggr, in ath_rate_findrate() argument
113 if (shortPreamble) in ath_rate_findrate()
148 struct ath_desc *ds, int shortPreamble, u_int8_t rix) in ath_rate_setupxtxdesc() argument
252 rt->info[amn->amn_tx_rix0].shortPreamble; in ath_rate_update()
263 rt->info[rix].shortPreamble; in ath_rate_update()
272 rt->info[rix].shortPreamble; in ath_rate_update()
280 amn->amn_tx_rate3 | rt->info[0].shortPreamble; in ath_rate_update()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.c660 int shortPreamble, size_t frameLen, int tid, in ath_rate_findrate() argument
884 | (shortPreamble ? rt->info[rix].shortPreamble : 0); in ath_rate_findrate()
926 struct ath_desc *ds, int shortPreamble, u_int8_t rix) in ath_rate_setupxtxdesc() argument
936 | (shortPreamble ? rt->info[rix1].shortPreamble : 0); in ath_rate_setupxtxdesc()
939 | (shortPreamble ? rt->info[rix2].shortPreamble : 0); in ath_rate_setupxtxdesc()
942 | (shortPreamble ? rt->info[rix3].shortPreamble : 0); in ath_rate_setupxtxdesc()
H A Dsample.h210 ctsrate = rt->info[cix].rateCode | rt->info[cix].shortPreamble; in calc_usecs_unicast_packet()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c362 uint16_t rateix, HAL_BOOL isht40, HAL_BOOL shortPreamble, in ath_hal_pkt_txtime() argument
373 shortPreamble, includeSifs); in ath_hal_pkt_txtime()
383 shortPreamble); in ath_hal_pkt_txtime()
432 HAL_BOOL shortPreamble, HAL_BOOL includeSifs) in ath_hal_computetxtime() argument
452 if (shortPreamble && rates->info[rateix].shortPreamble) in ath_hal_computetxtime()
682 HALASSERT((code | rt->info[i].shortPreamble) < in ath_hal_setupratetable()
684 rt->rateCodeToIndex[code | rt->info[i].shortPreamble] = i; in ath_hal_setupratetable()
H A Dah.h687 uint8_t shortPreamble; /* mask for enabling short member
1652 uint16_t rateix, HAL_BOOL isht40, HAL_BOOL shortPreamble,
1666 uint16_t rateix, HAL_BOOL shortPreamble,
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_phy.h90 uint8_t shortPreamble; /* mask for enabling short member
H A Dieee80211_phy.c517 if (isShortPreamble && rt->info[rix].shortPreamble) in ieee80211_compute_duration()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2752 if (rt->info[i].shortPreamble) { in ar5212SetRateDurationTable()
2753 reg += rt->info[i].shortPreamble << 2; in ar5212SetRateDurationTable()