desc_word
mgmt_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12);
mgmt_frame->desc_word[1] = cpu_to_le16(RESET_MAC_REQ);
mgmt_frame->desc_word[4] = cpu_to_le16(RETRY_COUNT << 8);
mgmt_frame->desc_word[3] |=
cmd_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12);
cmd_frame->desc_word[1] = cpu_to_le16(RADIO_PARAMS_UPDATE);
cmd_frame->desc_word[3] = cpu_to_le16(BIT(0));
cmd_frame->desc_word[3] |= cpu_to_le16(common->tx_power << 8);
cmd_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12);
cmd_frame->desc_word[1] = cpu_to_le16(SET_RX_FILTER);
cmd_frame->desc_word[4] = cpu_to_le16(rx_filter_word);
boot_params->desc_word[7] = cpu_to_le16(UMAC_CLK_40BW);
boot_params->desc_word[7] = cpu_to_le16(UMAC_CLK_20BW);
boot_params->desc_word[7] = cpu_to_le16(UMAC_CLK_40MHZ);
boot_params->desc_word[0] = cpu_to_le16(sizeof(struct bootup_params) |
boot_params->desc_word[1] = cpu_to_le16(BOOTUP_PARAMS_REQUEST);
__le16 desc_word[8];
__le16 desc_word[8];