Searched refs:txparam (Results 1 – 1 of 1) sorted by relevance
1081 struct ieee80211_txparam *txparam; in op_wlan_tx_params() local1090 if (txparam == NULL) in op_wlan_tx_params()1096 if (txparam == NULL || wif == NULL) in op_wlan_tx_params()1103 if (txparam == NULL || wif == NULL) in op_wlan_tx_params()1115 ctx->scratch->int1 = txparam->mgmtrate; in op_wlan_tx_params()1116 txparam->mgmtrate = val->v.integer * 2; in op_wlan_tx_params()1119 ctx->scratch->int1 = txparam->maxretry; in op_wlan_tx_params()1120 txparam->maxretry = val->v.integer; in op_wlan_tx_params()1134 if (txparam == NULL || wif == NULL) in op_wlan_tx_params()1168 val->v.integer = txparam->mgmtrate / 2; in op_wlan_tx_params()[all …]