summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
Commit message (Expand)AuthorAgeFilesLines
* kernel: fix typos and some coding style in commentsWeitao Hou2019-07-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-092-9/+38
|\
| * mt76: usb: fix rx A-MSDU supportLorenzo Bianconi2019-06-272-9/+38
* | Merge tag 'mt76-for-kvalo-2019-06-27' of https://github.com/nbd168/wirelessKalle Valo2019-06-3047-1011/+1422
|\ \
| * | mt76: mt7603: fix sparse warnings: warning: incorrect type in assignment (dif...Lorenzo Bianconi2019-06-271-1/+1
| * | mt76: mt7615: fix sparse warnings: warning: cast from restricted __le16Lorenzo Bianconi2019-06-271-4/+2Star
| * | mt76: mt7615: fix sparse warnings: incorrect type in assignment (different ba...Lorenzo Bianconi2019-06-271-2/+3
| * | mt76: mt76u: get rid of {out,in}_max_packetLorenzo Bianconi2019-06-272-4/+0Star
| * | mt76: move nl80211_dfs_regions in mt76_dev data structureLorenzo Bianconi2019-06-277-16/+14Star
| * | mt76: mt7615: remove cfg80211_chan_def from mt7615_set_channel signatureLorenzo Bianconi2019-06-271-3/+2Star
| * | mt76: mt76u: reduce rx memory footprintLorenzo Bianconi2019-06-274-10/+15
| * | mt76: mt7615: update peer's bssid when state transition occursRyder Lee2019-06-272-16/+16
| * | mt76: mt7615: fix incorrect settings in mesh modeRyder Lee2019-06-271-1/+1
| * | mt76: mt76x02u: fix sparse warnings: should it be static?Lorenzo Bianconi2019-06-271-1/+1
| * | mt76: mt7615: take into account extPA when configuring tx powerLorenzo Bianconi2019-06-275-9/+42
| * | mt76: mt7615: init per-channel target powerLorenzo Bianconi2019-06-271-0/+43
| * | mt76: mt7615: add support for per-chain signal strength reportingRyder Lee2019-06-272-1/+26
| * | mt76: mt7615: simplify mt7615_mcu_set_sta_rec routineLorenzo Bianconi2019-06-271-21/+12Star
| * | mt76: mt7603: improve hardware rate switching configurationFelix Fietkau2019-06-271-1/+10
| * | mt76: mt7603: rework and fix tx status reportingFelix Fietkau2019-06-274-41/+108
| * | mt76: mt76x0: fix RF frontend initialization for external PAFelix Fietkau2019-06-273-6/+11
| * | mt76: mt7615: remove key check in mt7615_mcu_set_wtbl_keyLorenzo Bianconi2019-06-271-1/+1
| * | mt76: mt7615: remove unused variable in mt7615_mcu_set_bcnLorenzo Bianconi2019-06-271-2/+2
| * | mt76: mt7615: fix slow performance when enable encryptionRyder Lee2019-06-273-7/+12
| * | mt76: mt7615: enable support for meshRyder Lee2019-06-274-7/+10
| * | mt76: Remove set but not used variables 'pid' and 'final_mpdu'YueHaibing2019-06-272-8/+1Star
| * | mt76: move mt76_get_rate in mt76-moduleLorenzo Bianconi2019-06-274-54/+33Star
| * | mt76: mt7615: rearrange locking in mt7615_configLorenzo Bianconi2019-06-271-8/+5Star
| * | mt76: mt7615: init get_txpower mac80211 callbackLorenzo Bianconi2019-06-271-0/+1
| * | mt76: mt7615: add the capability to configure tx powerLorenzo Bianconi2019-06-276-0/+140
| * | mt76: generalize mt76_get_txpower for 4x4:4 devicesLorenzo Bianconi2019-06-271-2/+13
| * | mt76: mt7615: select wifi band according to eepromLorenzo Bianconi2019-06-272-3/+30
| * | mt76: mt7615: add support for mtd eeprom parsingLorenzo Bianconi2019-06-271-6/+23
| * | mt76: move mt76_insert_ccmp_hdr in mt76-moduleLorenzo Bianconi2019-06-274-49/+26Star
| * | mt76: mt76x02: fix tx reordering on rate control probing without a-mpduFelix Fietkau2019-06-272-2/+4
| * | mt76: mt76x02: fix tx status reporting issuesFelix Fietkau2019-06-274-20/+109
| * | mt76: fix setting chan->max_powerFelix Fietkau2019-06-273-7/+9
| * | mt76: mt7603: fix reading target tx power from eepromFelix Fietkau2019-06-272-0/+6
| * | mt76: mt7615: do not process rx packets if the device is not initializedLorenzo Bianconi2019-06-251-0/+3
| * | mt76: mt76x02: fix edcca file permissionLorenzo Bianconi2019-06-251-1/+1
| * | mt76: mt7603: add debugfs knob to enable/disable edccaLorenzo Bianconi2019-06-254-4/+39
| * | mt76: mt76x02: run mt76x02_edcca_init atomically in mt76_edcca_setLorenzo Bianconi2019-06-253-0/+15
| * | mt76: mt76x2: move mutex_lock inside mt76x2_set_channelLorenzo Bianconi2019-06-252-17/+21
| * | mt76: mt76x2u: remove mt76x02_edcca_init in mt76x2u_set_channelLorenzo Bianconi2019-06-251-1/+0Star
| * | mt76: mt76x02: remove enable from mt76x02_edcca_init signatureLorenzo Bianconi2019-06-258-9/+9
| * | mt76: mt7615: add static qualifier to mt7615_rx_poll_completeLorenzo Bianconi2019-06-252-2/+2
| * | mt76: mt7615: rearrange cleanup operations in mt7615_unregister_deviceLorenzo Bianconi2019-06-251-4/+5
| * | mt76: mt7603: stop mac80211 queues before setting the channelLorenzo Bianconi2019-06-251-1/+4
| * | mt7615: mcu: run __mt76_mcu_send_msg in mt7615_mcu_send_firmwareLorenzo Bianconi2019-06-251-10/+5Star
| * | mt7615: mcu: init mcu_restart function pointerLorenzo Bianconi2019-06-251-4/+5