Searched refs:tx_rate_config (Results 1 – 2 of 2) sorted by relevance
1721 tx_rate_cfg_t tx_rate_config; in woal_uap_tx_rate_cfg() local1733 memset(&tx_rate_config, 0, sizeof(tx_rate_cfg_t)); in woal_uap_tx_rate_cfg()1735 if (copy_from_user(&tx_rate_config, req->ifr_data, in woal_uap_tx_rate_cfg()1751 if (!(tx_rate_config.action)) in woal_uap_tx_rate_cfg()1754 if ((tx_rate_config.user_data_cnt <= 0) || in woal_uap_tx_rate_cfg()1755 (tx_rate_config.user_data_cnt > 4)) { in woal_uap_tx_rate_cfg()1762 if (tx_rate_config.rate_format == AUTO_RATE) in woal_uap_tx_rate_cfg()1765 if ((tx_rate_config.rate_format < 0) || in woal_uap_tx_rate_cfg()1766 (tx_rate_config.rate < 0)) { in woal_uap_tx_rate_cfg()1773 if ((tx_rate_config.rate_format > in woal_uap_tx_rate_cfg()[all …]
1385 tx_rate_cfg_t tx_rate_config; in woal_uap_tx_rate_cfg() local1397 memset(&tx_rate_config, 0, sizeof(tx_rate_cfg_t)); in woal_uap_tx_rate_cfg()1400 (&tx_rate_config, req->ifr_data, sizeof(tx_rate_cfg_t))) { in woal_uap_tx_rate_cfg()1415 if (!(tx_rate_config.action)) in woal_uap_tx_rate_cfg()1418 if ((tx_rate_config.user_data_cnt <= 0) || in woal_uap_tx_rate_cfg()1419 (tx_rate_config.user_data_cnt > 3)) { in woal_uap_tx_rate_cfg()1426 if (tx_rate_config.rate_format == AUTO_RATE) in woal_uap_tx_rate_cfg()1429 if ((tx_rate_config.rate_format < 0) || in woal_uap_tx_rate_cfg()1430 (tx_rate_config.rate < 0)) { in woal_uap_tx_rate_cfg()1437 if ((tx_rate_config.rate_format > MLAN_RATE_FORMAT_HT) in woal_uap_tx_rate_cfg()[all …]