summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-14mt76: mt7615: defer mcu initialization via workqueueFelix Fietkau4-10/+45
2020-02-14mt76: mt7615: update beacon contents on BSS_CHANGED_BEACONFelix Fietkau1-5/+4
2020-02-14mt76: mt7615: add support for registering a second wiphy via debugfsFelix Fietkau4-21/+140
2020-02-14mt76: mt7615: select the correct tx queue for frames sent to the second phyFelix Fietkau2-3/+14
2020-02-14mt76: mt7615: move radio/mac initialization to .start/stop callbacksFelix Fietkau4-8/+26
2020-02-14mt76: mt7615: initialize dbdc settings on interface addFelix Fietkau5-1/+94
2020-02-14mt76: mt7615: add multiple wiphy support to the rx pathFelix Fietkau4-15/+47
2020-02-14mt76: mt7615: rework chainmask handlingFelix Fietkau3-4/+8
2020-02-14mt76: mt7615: add multiple wiphy support to the dfs support codeFelix Fietkau6-53/+107
2020-02-14mt76: mt7615: remove useless MT_HW_RDD0/1 enumFelix Fietkau3-24/+13
2020-02-14mt76: mt7615: add missing register init for dual-wiphy supportFelix Fietkau2-4/+4
2020-02-14mt76: mt7615: add multiple wiphy support for smart carrier senseFelix Fietkau5-65/+112
2020-02-14mt76: mt7615: add dual-phy support for mac80211 opsFelix Fietkau6-108/+244
2020-02-14mt76: do not overwrite max_tx_fragments if it has been setShayne Chen1-1/+3
2020-02-14mt76: move ampdu_ref from mt76_dev to driver structFelix Fietkau7-10/+12
2020-02-14mt76: add ext_phy field to struct mt76_wcidFelix Fietkau2-0/+2
2020-02-14mt76: add function for allocating an extra wiphyFelix Fietkau2-49/+135
2020-02-14mt76: add priv pointer to struct mt76_phyFelix Fietkau1-0/+1
2020-02-14mt76: add multiple wiphy support to mt76_get_min_avg_rssiFelix Fietkau6-7/+11
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau14-34/+35
2020-02-14mt76: move txpower_conf back to driver specific structsFelix Fietkau9-11/+11
2020-02-14mt76: move chainmask back to driver specific structsFelix Fietkau10-12/+13
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau34-90/+97
2020-02-14mt76: keep a set of software tx queues per phyFelix Fietkau7-13/+24
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau30-137/+153
2020-02-14mt76: add support for an extra wiphy in mt76_sta_state()Felix Fietkau3-5/+33
2020-02-14mt76: add support for an extra wiphy in the tx status pathFelix Fietkau3-6/+44
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau11-37/+45
2020-02-14mt76: add support for an extra wiphy in the rx pathFelix Fietkau2-6/+25
2020-02-14mt76: introduce struct mt76_phyFelix Fietkau5-4/+26
2020-02-14mt76: move initialization of some struct members to mt76_alloc_deviceFelix Fietkau3-4/+6
2020-02-13rtw88: Fix incorrect beamformee role settingTzu-En Huang1-4/+2
2020-02-12rtw88: 8822[bc]: Make tables const, reduce data object sizeJoe Perches5-49/+50
2020-02-12rtw88: disable TX-AMSDU on 2.4G bandYan-Hsuan Chuang1-0/+15
2020-02-12rtw88: 8822c: modify rf protection settingChien-Hsun Liao3-10/+20
2020-02-12rtw88: Use secondary channel offset enumerationPing-Ke Shih5-12/+22
2020-02-12rtw88: Use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2020-02-12rsi: fix null pointer dereference during rsi_shutdown()Martin Kepplinger1-3/+6
2020-02-12rtw88: 8822c: update power sequence to v16Tzu-En Huang1-0/+5
2020-02-12rtw88: add ciphers to suppress error messagePing-Ke Shih1-0/+3
2020-02-12rtw88: avoid holding mutex for cancel_delayed_work_sync()Yan-Hsuan Chuang3-0/+12
2020-02-12rtw88: move rtw_enter_ips() to the last when configPing-Ke Shih1-9/+10
2020-02-12rtw88: pci: 8822c should set clock delay to zeroYan-Hsuan Chuang2-0/+8
2020-02-12rtw88: add rtw_read8_mask and rtw_read16_maskYan-Hsuan Chuang1-0/+26
2020-02-12rtw88: remove unused parameter vif in rtw_lps_pg_info_get()Yan-Hsuan Chuang1-3/+2
2020-02-12brcmfmac: abort and release host after errorGuenter Roeck1-0/+2
2020-02-12qtnfmac: fix potential Spectre vulnerabilitiesSergey Matyukevich3-5/+10
2020-02-12qtnfmac: drop unnecessary TLVs from scan commandIgor Mitsyanko3-93/+96
2020-02-12qtnfmac: update channel switch command to support 6GHz bandIgor Mitsyanko2-14/+28
2020-02-12qtnfmac: cleanup alignment in firmware communication protocolIgor Mitsyanko4-161/+103