Re: [PATCH] mt76x2: fix CCK protection control frame rate

2018-07-30 Thread Kalle Valo
Lorenzo Bianconi wrote: > Use 11M as tx rate for CCK protection control frames > > Fixes: 7bc04215a66b ("mt76: add driver code for MT76x2e") > Signed-off-by: Lorenzo Bianconi Patch applied to wireless-drivers-next.git, thanks. d0db2f7a02e4 mt76x2: fix CCK protection control frame rate --

[PATCH] mt76x2: fix CCK protection control frame rate

2018-07-12 Thread Lorenzo Bianconi
Use 11M as tx rate for CCK protection control frames Fixes: 7bc04215a66b ("mt76: add driver code for MT76x2e") Signed-off-by: Lorenzo Bianconi --- drivers/net/wireless/mediatek/mt76/mt76x2_init.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git