Home
last modified time | relevance | path

Searched refs:pHTInfo (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/drivers/staging/rtl8192u/ieee80211/
A Drtl819x_HTProc.c61 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTUpdateDefaultSetting() local
217 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTMcsToDataRate() local
304 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTIOTPeerDetermine() local
838 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTOnAssocRsp() local
902 pHTInfo->bCurSuppCCK = pHTInfo->bRegSuppCCK && in HTOnAssocRsp()
1019 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTInitializeHTInfo() local
1049 pHTInfo->CurrentMPDUDensity = pHTInfo->MPDU_Density; in HTInitializeHTInfo()
1050 pHTInfo->CurrentAMPDUFactor = pHTInfo->AMPDU_Factor; in HTInitializeHTInfo()
1111 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTResetSelfAndSavePeerSetting() local
1225 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTSetConnectBwModeCallback() local
[all …]
A Dieee80211_tx.c292 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_tx_query_agg_cap() local
296 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_tx_query_agg_cap()
363 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_query_HTCapShortGI() local
367 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_query_HTCapShortGI()
370 if (pHTInfo->bForcedShortGI) { in ieee80211_query_HTCapShortGI()
375 if (pHTInfo->bCurBW40MHz && pHTInfo->bCurShortGI40MHz) in ieee80211_query_HTCapShortGI()
377 else if (!pHTInfo->bCurBW40MHz && pHTInfo->bCurShortGI20MHz) in ieee80211_query_HTCapShortGI()
384 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_query_BandwidthMode() local
388 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_query_BandwidthMode()
436 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_query_protectionmode() local
[all …]
A Dieee80211_softmac.c179 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in MgntQuery_MgntFrameTxRate() local
678 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_probe_resp() local
707 if (pHTInfo->bRegRT2RTAggregation) { in ieee80211_probe_resp()
972 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_association_req()
1112 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_association_req()
1137 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_association_req()
1283 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_associate_complete_wq()
1287 …ccessfully associated, ht not enabled(%d, %d)\n", ieee->pHTInfo->bCurrentHTSupport, ieee->pHTInfo-… in ieee80211_associate_complete_wq()
1400 ieee->pHTInfo->bEnableHT, in ieee80211_softmac_new_net()
1404 HTResetIOTSetting(ieee->pHTInfo); in ieee80211_softmac_new_net()
[all …]
A Dieee80211_module.c139 ieee->pHTInfo = kzalloc(sizeof(RT_HIGH_THROUGHPUT), GFP_KERNEL); in alloc_ieee80211()
140 if (!ieee->pHTInfo) { in alloc_ieee80211()
177 kfree(ieee->pHTInfo); in free_ieee80211()
178 ieee->pHTInfo = NULL; in free_ieee80211()
A Drtl819x_BAProc.c348 (!ieee->pHTInfo->bCurrentHTSupport)) //|| in ieee80211_rx_ADDBAReq()
352 …ty is not ready(%d, %d)\n", ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSuppor… in ieee80211_rx_ADDBAReq()
444 !ieee->pHTInfo->bCurrentHTSupport || in ieee80211_rx_ADDBARsp()
445 !ieee->pHTInfo->bCurrentAMPDUEnable) { in ieee80211_rx_ADDBARsp()
446 …d, %d)\n", ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport, ieee->pHTInfo-… in ieee80211_rx_ADDBARsp()
554 !ieee->pHTInfo->bCurrentHTSupport) { in ieee80211_rx_DELBA()
555 …s not supported(%d, %d)\n", ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSuppor… in ieee80211_rx_DELBA()
A Dieee80211_softmac_wx.c319 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT && ieee->pHTInfo->bCurBW40MHz) { in ieee80211_wx_sync_scan_wq()
321 chan_offset = ieee->pHTInfo->CurSTAExtChnlOffset; in ieee80211_wx_sync_scan_wq()
322 bandwidth = (enum ht_channel_width)ieee->pHTInfo->bCurBW40MHz; in ieee80211_wx_sync_scan_wq()
A Dieee80211_rx.c589 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in RxReorderIndicatePacket() local
592 u8 WinSize = pHTInfo->RxReorderWinSize; in RxReorderIndicatePacket()
612 pHTInfo->RxReorderDropCounter++; in RxReorderIndicatePacket()
757 msecs_to_jiffies(pHTInfo->RxReorderPendingTime); in RxReorderIndicatePacket()
1004 …if ((!ieee->pHTInfo->bCurRxReorderEnable) || !ieee->current_network.qos_data.active || !IsDataFram… in ieee80211_rx()
1272 if (!ieee->pHTInfo->bCurRxReorderEnable || !pTS) { in ieee80211_rx()
A Drtl819x_TSProc.c82 jiffies + msecs_to_jiffies(ieee->pHTInfo->RxReorderPendingTime)); in RxPktPendingTimeout()
A Dieee80211.h1558 PRT_HIGH_THROUGHPUT pHTInfo; member
2315 void HTResetIOTSetting(PRT_HIGH_THROUGHPUT pHTInfo);
/linux-6.3-rc2/drivers/staging/rtl8192u/
A Dr8192U_dm.c143 PRT_HIGH_THROUGHPUT pHTInfo = priv->ieee80211->pHTInfo; in dm_CheckRxAggregation() local
179 ulValue = (pHTInfo->UsbRxFwAggrEn<<24) | (pHTInfo->UsbRxFwAggrPageNum<<16) | in dm_CheckRxAggregation()
180 (pHTInfo->UsbRxFwAggrPacketNum<<8) | (pHTInfo->UsbRxFwAggrTimeout); in dm_CheckRxAggregation()
286 PRT_HIGH_THROUGHPUT pHTInfo = priv->ieee80211->pHTInfo; in dm_check_rate_adaptive() local
310 bshort_gi_enabled = (pHTInfo->bCurTxBW40MHz && pHTInfo->bCurShortGI40MHz) || in dm_check_rate_adaptive()
311 (!pHTInfo->bCurTxBW40MHz && pHTInfo->bCurShortGI20MHz); in dm_check_rate_adaptive()
2121 PRT_HIGH_THROUGHPUT pHTInfo = priv->ieee80211->pHTInfo; in dm_check_edca_turbo() local
2232 PRT_HIGH_THROUGHPUT pHTInfo = priv->ieee80211->pHTInfo; in dm_ctstoself() local
2239 pHTInfo->IOTAction &= ~HT_IOT_ACT_FORCED_CTS2SELF; in dm_ctstoself()
2247 if (pHTInfo->IOTPeer == HT_IOT_PEER_BROADCOM) { in dm_ctstoself()
[all …]
A Dr8192U_core.c948 (!priv->ieee80211->pHTInfo->bCurrentRT2RTLongSlotTime)) in rtl8192_update_cap()
1564 if (ieee->pHTInfo->bCurrentHTSupport) in rtl8192_update_beacon()
1566 ieee->pHTInfo->bCurrentRT2RTLongSlotTime = in rtl8192_update_beacon()
1761 if (ieee->pHTInfo->PeerMimoPs == MIMO_PS_STATIC) { in rtl8192_update_ratr_table()
1774 if (ieee->pHTInfo->bCurTxBW40MHz && ieee->pHTInfo->bCurShortGI40MHz) in rtl8192_update_ratr_table()
1776 else if (!ieee->pHTInfo->bCurTxBW40MHz && in rtl8192_update_ratr_table()
1777 ieee->pHTInfo->bCurShortGI20MHz) in rtl8192_update_ratr_table()
1889 priv->ieee80211->pHTInfo->bEnableHT = 1; in rtl8192_SetWirelessMode()
1891 priv->ieee80211->pHTInfo->bEnableHT = 0; in rtl8192_SetWirelessMode()
4265 if ((priv->ieee80211->pHTInfo->bCurrentHTSupport) && in query_rxdesc_status()
[all …]
A Dr819xU_cmdpkt.c177 (!priv->ieee80211->pHTInfo->bCurSuppCCK))) { in cmdpkt_beacontimerinterrupt_819xusb()

Completed in 41 milliseconds