Skip to content

Commit

Permalink
drivers: wifi: Update RPU patch to rev# a3794198724
Browse files Browse the repository at this point in the history
UMAC:
[SHEL-1668]: send Emergency frames outside TWT SP.
[SHEL-1805]: Send frames at the end of TWT SP.
Handle otp customer protect region.

Signed-off-by: Lakshmi Thulasi <[email protected]>
  • Loading branch information
lakshmi-nagumothu authored and rlubos committed Aug 9, 2023
1 parent 8cfdb26 commit 8d16584
Show file tree
Hide file tree
Showing 4 changed files with 1,953 additions and 1,939 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ struct nrf_wifi_umac_head {

} __NRF_WIFI_PKD;

#define DSCP_TOS_MASK 0xFFFF
#define EMERGENCY_TX BIT(31)

/**
* @brief Tx mac80211 header information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,8 @@ enum op_band {
BAND_24G
};

#define TWT_EXTEND_SP_EDCA 0x1

/**
* @brief This structure defines the command responsible for initializing the UMAC.
* After the host driver brings up, the host sends NRF_WIFI_CMD_INIT to the RPU.
Expand Down Expand Up @@ -813,6 +815,8 @@ struct nrf_wifi_cmd_sys_init {
struct nrf_wifi_tx_pwr_ctrl_params tx_pwr_ctrl_params;
/** Offload mgmt buffer refill to UMAC when enabled */
unsigned char mgmt_buff_offload;
/** Enable features from driver config */
unsigned int feature_flags;
} __NRF_WIFI_PKD;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2362,6 +2362,7 @@ enum nrf_wifi_twt_setup_cmd_type {

#define NRF_WIFI_TWT_RESP_RECEIVED 0
#define NRF_WIFI_TWT_RESP_NOT_RECEIVED 1
#define NRF_WIFI_INVALID_TWT_WAKE_INTERVAL 3

/**
* @brief This structure describes the TWT information.
Expand Down
Loading

0 comments on commit 8d16584

Please sign in to comment.