Message ID | 1535109321-17126-1-git-send-email-sgruszka@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | mt76 patches 2018-08-24 | expand |
On Fri, Aug 24, 2018 at 01:15:04PM +0200, Stanislaw Gruszka wrote:
> This is the begin work of integration between mt76x0 and mt76x2.
Forgot to mention this is on top of not yet applied Geert patch:
https://marc.info/?l=linux-kernel&m=153506589931390&w=2
> This is the begin work of integration between mt76x0 and mt76x2. > > Further development can be seen here: > https://github.com/sgruszka/wireless-drivers-next/commits/mt76x0-draft-v2 > > Stanislaw Gruszka (17): > mt76: unify wait_for_mac > mt76: rename mt76x2_regs.h > mt76: merge mt76x0/regs.h into mt76xx_regs.h > mt76: create new mt76xx-lib module for common mt76x{0,2} code > mt76: fix mt76xx-lib module license > mt76: unify mac_get_key_info > mt76: add helpers for register access with mt76_dev struct > mt76: unify mac_shared_key_setup > mt76: unify mt76xx_mac_wcid_set_key > mt76: unify mac_wcid_setup > mt76: use mac_wcid_set_drop in mt76x0 > mt76x0: use mt76_wcid_free in mt76x0 > mt76: unify mt76xx_vif struct > mt76: unify sta stucture part 1 > mt76: unify sta structure part 2 > mt76x0: initalize custom tx queues > mt76x0: use mt76xx_sta and mt76xx_tx_status Tested-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>