Skip to content

Commit

Permalink
drivers: wifi: Update RPU patch to rev#159
Browse files Browse the repository at this point in the history
[SHEL-1376]: Updating MAX BSS IDLE ie value from host.
[SHEL-1700]: Skipping regulatory checks for RF test.
[SHEL-1619]: Adding crypto statistics.
[SHEL-605] : Power ON both TRXLDO of LB, HB for 5GHz, whilst
             only power ON TRXLDO of LB for 2.4GHz.

Signed-off-by: srinivasa raju chintalapati <srinivasaraju.chintalapati@nordicsemi.no>
  • Loading branch information
srinivas1201 authored and nordicjm committed Jun 26, 2023
1 parent 030c270 commit 8633d05
Show file tree
Hide file tree
Showing 2 changed files with 2,904 additions and 2,709 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ struct nrf_wifi_interface_stats {
unsigned int rx_beacon_miss_count;
unsigned int rx_bytes;
unsigned int rx_checksum_error_count;
unsigned int replay_attack_drop_cnt;
} __NRF_WIFI_PKD;

struct rpu_umac_stats {
Expand Down Expand Up @@ -639,6 +640,7 @@ struct nrf_wifi_cmd_sys_init {
unsigned char country_code[NRF_WIFI_COUNTRY_CODE_LEN];
unsigned int op_band;
struct nrf_wifi_tx_pwr_ctrl_params tx_pwr_ctrl_params;
unsigned short maxidle_insec;
} __NRF_WIFI_PKD;

/**
Expand Down
Loading

0 comments on commit 8633d05

Please sign in to comment.