Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c164 struct mwifiex_rate_drop_pattern *rate_drop; in mwifiex_cmd_tx_rate_cfg() local
207 rate_drop = (struct mwifiex_rate_drop_pattern *) ((u8 *) rate_scope + in mwifiex_cmd_tx_rate_cfg()
209 rate_drop->type = cpu_to_le16(TLV_TYPE_RATE_DROP_CONTROL); in mwifiex_cmd_tx_rate_cfg()
210 rate_drop->length = cpu_to_le16(sizeof(rate_drop->rate_drop_mode)); in mwifiex_cmd_tx_rate_cfg()
211 rate_drop->rate_drop_mode = 0; in mwifiex_cmd_tx_rate_cfg()