mbox series

[0/2] mt76x0: fix hw key table initialization

Message ID cover.1540772762.git.lorenzo.bianconi@redhat.com (mailing list archive)
Headers show
Series mt76x0: fix hw key table initialization | expand

Message

Lorenzo Bianconi Oct. 29, 2018, 12:36 a.m. UTC
Fix wrong mt76x0 hw key table initialization in AP mode.
Remove duplicated code.

This patchset is based on top of 'mt76x0: init: use
mt76x02_mac_shared_key_setup in mt76x0_init_hardware'
https://patchwork.kernel.org/patch/10658721/

Lorenzo Bianconi (2):
  mt76x2: move wcid_tx_rate conf at bootstrap
  mt76x0: init: use mt76x02_mac_wcid_setup for wcid configuration

 .../net/wireless/mediatek/mt76/mt76x0/init.c  | 45 +------------------
 .../net/wireless/mediatek/mt76/mt76x02_mac.c  |  3 --
 .../wireless/mediatek/mt76/mt76x2/pci_init.c  |  5 ++-
 3 files changed, 6 insertions(+), 47 deletions(-)

Comments

Felix Fietkau Nov. 5, 2018, 4:58 p.m. UTC | #1
On 2018-10-29 01:36, Lorenzo Bianconi wrote:
> Fix wrong mt76x0 hw key table initialization in AP mode.
> Remove duplicated code.
> 
> This patchset is based on top of 'mt76x0: init: use
> mt76x02_mac_shared_key_setup in mt76x0_init_hardware'
> https://patchwork.kernel.org/patch/10658721/
Applied, thanks.

- Felix