We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34577e3 commit cea8735Copy full SHA for cea8735
drivers/net/wireless/realtek/rtw88/coex.c
@@ -305,7 +305,7 @@ static void rtw_coex_tdma_timer_base(struct rtw_dev *rtwdev, u8 type)
305
{
306
struct rtw_coex *coex = &rtwdev->coex;
307
struct rtw_coex_stat *coex_stat = &coex->stat;
308
- u8 para[2] = {0};
+ u8 para[6] = {};
309
u8 times;
310
u16 tbtt_interval = coex_stat->wl_beacon_interval;
311
0 commit comments