Searched refs:qos_data (Results 1 - 25 of 28) sorted by relevance

12

/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c1056 network->qos_data.param_count = qos_info_element.ac_info & 0x0F;
1064 qos_param = &(network->qos_data.parameters);
1068 network->qos_data.param_count =
1075 network->qos_data.supported = 1;
1347 network->qos_data.active = 0;
1348 network->qos_data.supported = 0;
1349 network->qos_data.param_count = 0;
1350 network->qos_data.old_param_count = 0;
1404 network->qos_data.active = 0;
1405 network->qos_data
[all...]
H A Dipw2200.c6954 network->qos_data.active = network->qos_data.supported;
6959 network->qos_data.active = network->qos_data.supported;
6961 if ((network->qos_data.active == 1) && (active_network == 1) &&
6963 (network->qos_data.old_param_count !=
6964 network->qos_data.param_count)) {
6965 network->qos_data.old_param_count =
6966 network->qos_data.param_count;
6973 memcpy(&network->qos_data
7117 struct libipw_qos_data *qos_data = NULL; local
7269 struct libipw_qos_data *qos_data = NULL; local
[all...]
H A Dlibipw.h680 struct libipw_qos_data qos_data; member in struct:libipw_network
H A Dipw2200.h1363 struct ipw_qos_info qos_data; member in struct:ipw_priv
/drivers/staging/rtl8192e/
H A Drtl819x_BAProc.c268 if (ieee->current_network.qos_data.active == 0 ||
274 ieee->current_network.qos_data.active,
350 if (ieee->current_network.qos_data.active == 0 ||
355 ieee->current_network.qos_data.active,
439 if (ieee->current_network.qos_data.active == 0 ||
443 ieee->current_network. qos_data.active,
H A Drtllib_rx.c895 !ieee->current_network.qos_data.active ||
1352 if (ieee->current_network.qos_data.active && IsQoSDataFrame(skb->data)
1585 struct rtllib_qos_data *qos_data)
1588 struct rtllib_qos_parameters *qos_param = &(qos_data->parameters);
1594 qos_data->wmm_acm = 0;
1607 qos_data->wmm_acm |= (0x01<<0)|(0x01<<3);
1612 qos_data->wmm_acm |= (0x01<<4)|(0x01<<5);
1617 qos_data->wmm_acm |= (0x01<<6)|(0x01<<7);
1623 qos_data->wmm_acm |= (0x01<<1)|(0x01<<2);
1658 network->qos_data
1584 rtllib_qos_convert_ac_to_parameters(struct rtllib_qos_parameter_info *param_elm, struct rtllib_qos_data *qos_data) argument
[all...]
H A Drtl819x_HTProc.c974 ieee->current_network.qos_data.active =
975 ieee->current_network.qos_data.supported;
H A Drtl819x_TSProc.c318 if (ieee->current_network.qos_data.supported == 0) {
H A Drtllib_softmac.c1190 unsigned int wmm_info_len = beacon->qos_data.supported ? 9 : 0;
1716 ieee->current_network.qos_data.supported,
1732 if ((ieee->current_network.qos_data.supported == 1) &&
2243 if (ieee->current_network.qos_data.supported == 1) {
2765 ieee->current_network.qos_data.supported = 0;
H A Drtllib_tx.c570 int qos_actived = ieee->current_network.qos_data.active;
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_BAProc.c360 if( (ieee->current_network.qos_data.active == 0) ||
365 IEEE80211_DEBUG(IEEE80211_DL_ERR, "Failed to reply on ADDBA_REQ as some capability is not ready(%d, %d)\n", ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport);
456 if( ieee->current_network.qos_data.active == 0 ||
460 IEEE80211_DEBUG(IEEE80211_DL_ERR, "reject to ADDBA_RSP as some capability is not ready(%d, %d, %d)\n",ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport, ieee->pHTInfo->bCurrentAMPDUEnable);
576 if(ieee->current_network.qos_data.active == 0 ||
579 IEEE80211_DEBUG(IEEE80211_DL_ERR, "received DELBA while QOS or HT is not supported(%d, %d)\n",ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport);
H A Dieee80211_rx.c1027 if( (ieee->pHTInfo->bCurRxReorderEnable == false) || !ieee->current_network.qos_data.active|| !IsDataFrame(skb->data) || IsLegacyDataFrame(skb->data)){
1287 if(ieee->current_network.qos_data.active && IsQoSDataFrame(skb->data)
1533 network->qos_data.param_count = qos_info_element.ac_info & 0x0F;
1541 qos_param = &(network->qos_data.parameters);
1545 network->qos_data.param_count =
1552 network->qos_data.supported = 1;
2192 network->qos_data.active = 0;
2193 network->qos_data.supported = 0;
2194 network->qos_data.param_count = 0;
2195 network->qos_data
[all...]
H A Dieee80211_tx.c608 int qos_actived = ieee->current_network.qos_data.active;
H A Drtl819x_TSProc.c359 if (ieee->current_network.qos_data.supported == 0)
H A Dieee80211_softmac.c1004 unsigned int wmm_info_len = beacon->qos_data.supported?9:0;
1029 wmm_info_len = beacon->qos_data.supported?9:0;
1468 printk(KERN_INFO"Linking with %s,channel:%d, qos:%d, myHT:%d, networkHT:%d\n",ieee->current_network.ssid,ieee->current_network.channel, ieee->current_network.qos_data.supported, ieee->pHTInfo->bEnableHT, ieee->current_network.bssht.bdSupportHT);
1476 if((ieee->current_network.qos_data.supported == 1) &&
H A Dieee80211.h1528 struct ieee80211_qos_data qos_data; member in struct:ieee80211_network
/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rxon.c112 ctx->qos_data.def_qos_parm.qos_flags = 0;
114 if (ctx->qos_data.qos_active)
115 ctx->qos_data.def_qos_parm.qos_flags |=
119 ctx->qos_data.def_qos_parm.qos_flags |= QOS_PARAM_FLG_TGN_MSK;
122 ctx->qos_data.qos_active,
123 ctx->qos_data.def_qos_parm.qos_flags);
127 &ctx->qos_data.def_qos_parm);
813 ctx->qos_data.qos_active = bss_conf->qos;
H A Diwl-mac80211.c1071 ctx->qos_data = default_qos_data;
1185 ctx->qos_data.def_qos_parm.ac[q].cw_min =
1187 ctx->qos_data.def_qos_parm.ac[q].cw_max =
1189 ctx->qos_data.def_qos_parm.ac[q].aifsn = params->aifs;
1190 ctx->qos_data.def_qos_parm.ac[q].edca_txop =
1193 ctx->qos_data.def_qos_parm.ac[q].reserved1 = 0;
H A Diwl-dev.h651 struct iwl_qos_info qos_data; member in struct:iwl_rxon_context
H A Diwl-debugfs.c624 ctx->qos_data.def_qos_parm.ac[i].cw_min,
625 ctx->qos_data.def_qos_parm.ac[i].cw_max,
626 ctx->qos_data.def_qos_parm.ac[i].aifsn,
627 ctx->qos_data.def_qos_parm.ac[i].edca_txop);
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c628 network->qos_data.active = network->qos_data.supported;
630 if ((network->qos_data.active == 1) && (active_network == 1) &&
632 (network->qos_data.old_param_count !=
633 network->qos_data.param_count)) {
634 network->qos_data.old_param_count =
635 network->qos_data.param_count;
636 priv->rtllib->wmm_acm = network->qos_data.wmm_acm;
642 memcpy(&priv->rtllib->current_network.qos_data.parameters,
645 if ((network->qos_data
[all...]
H A Dr8192E_dev.c189 &priv->rtllib->current_network.qos_data.parameters;
236 &priv->rtllib->current_network.qos_data.parameters;
/drivers/staging/rtl8192u/
H A Dr8192U_core.c2374 struct ieee80211_qos_parameters *qos_parameters = &priv->ieee80211->current_network.qos_data.parameters;
2423 network->qos_data.active = network->qos_data.supported;
2425 if ((network->qos_data.active == 1) && (active_network == 1) &&
2427 (network->qos_data.old_param_count !=
2428 network->qos_data.param_count)) {
2429 network->qos_data.old_param_count =
2430 network->qos_data.param_count;
2436 memcpy(&priv->ieee80211->current_network.qos_data.parameters,\
2439 if ((network->qos_data
[all...]
/drivers/net/wireless/iwlegacy/
H A Dcommon.c4463 il->qos_data.def_qos_parm.ac[q].cw_min =
4465 il->qos_data.def_qos_parm.ac[q].cw_max =
4467 il->qos_data.def_qos_parm.ac[q].aifsn = params->aifs;
4468 il->qos_data.def_qos_parm.ac[q].edca_txop =
4471 il->qos_data.def_qos_parm.ac[q].reserved1 = 0;
4930 il->qos_data.def_qos_parm.qos_flags = 0;
4932 if (il->qos_data.qos_active)
4933 il->qos_data.def_qos_parm.qos_flags |=
4937 il->qos_data.def_qos_parm.qos_flags |= QOS_PARAM_FLG_TGN_MSK;
4940 il->qos_data
[all...]
H A Ddebug.c787 il->qos_data.def_qos_parm.ac[i].cw_min,
788 il->qos_data.def_qos_parm.ac[i].cw_max,
789 il->qos_data.def_qos_parm.ac[i].aifsn,
790 il->qos_data.def_qos_parm.ac[i].edca_txop);

Completed in 1255 milliseconds

12