mbox series

[0/3] enable sta mode in mt76x0e driver

Message ID 20181007095722.13577-1-lorenzo.bianconi@redhat.com (mailing list archive)
Headers show
Series enable sta mode in mt76x0e driver | expand

Message

Lorenzo Bianconi Oct. 7, 2018, 9:57 a.m. UTC
Enable client mode in mt76x0e driver registering the device to the mac80211
layer. Moreover add missing mac80211 callbacks in mt76x0e_ops data structure.
Sta mode has been tested connecting to a 802.11ac AP on 5GHz band

Lorenzo Bianconi (3):
  mt76x0: pci: add missing mac80211 callbacks
  mt76: disable ldpc coding for mt76x0 devices
  mt76x0: pci: add mt76x0_register_device in mt76x0e_register_device

 .../net/wireless/mediatek/mt76/mt76x0/pci.c   | 31 +++++++-
 drivers/net/wireless/mediatek/mt76/mt76x02.h  |  7 ++
 .../net/wireless/mediatek/mt76/mt76x02_mac.c  | 77 ++++++++-----------
 3 files changed, 70 insertions(+), 45 deletions(-)

Comments

Felix Fietkau Oct. 8, 2018, 11:51 a.m. UTC | #1
On 2018-10-07 11:57, Lorenzo Bianconi wrote:
> Enable client mode in mt76x0e driver registering the device to the mac80211
> layer. Moreover add missing mac80211 callbacks in mt76x0e_ops data structure.
> Sta mode has been tested connecting to a 802.11ac AP on 5GHz band
> 
Merged, thanks.

- Felix