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 ea0235f commit 78abc03Copy full SHA for 78abc03
drivers/net/wireless/realtek/rtw88/coex.c
@@ -309,7 +309,7 @@ static void rtw_coex_tdma_timer_base(struct rtw_dev *rtwdev, u8 type)
309
{
310
struct rtw_coex *coex = &rtwdev->coex;
311
struct rtw_coex_stat *coex_stat = &coex->stat;
312
- u8 para[2] = {0};
+ u8 para[6] = {};
313
u8 times;
314
u16 tbtt_interval = coex_stat->wl_beacon_interval;
315
0 commit comments