summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
Commit message (Expand)AuthorAgeFilesLines
* mt76x2: eeprom: fix typo in mt76x2_get_power_info_5g()Lorenzo Bianconi2018-01-081-1/+1
* mt76: fix memcpy to potential null pointer on failed allocationColin Ian King2018-01-081-0/+2
* mt76x2: init: fix rx filter default value during initLorenzo Bianconi2018-01-081-1/+2
* mt76x2: configure rx filter based on monitor mode settingFelix Fietkau2018-01-081-0/+9
* mt76x2: init: disable APCLI by defaultLorenzo Bianconi2018-01-081-2/+0Star
* mt76x2: convert between per-chain tx power and combined outputFelix Fietkau2018-01-082-0/+10
* mt76x2: initialize channel power limits at probe timeFelix Fietkau2018-01-084-13/+43
* mt76x2: add channel argument to eeprom tx power functionsFelix Fietkau2018-01-083-17/+26
* mt76x2: increase OFDM SIFS timeFelix Fietkau2018-01-081-8/+1Star
* mt76x2: remove some harmless WARN_ONs in tx status and rx pathFelix Fietkau2018-01-081-14/+14
* mt76: fix returnvar.cocci warningsFengguang Wu2018-01-081-2/+1Star
* mt76: fix debugfs_simple_attr.cocci warningsFengguang Wu2018-01-081-3/+4
* mt76: add driver code for MT76x2eFelix Fietkau2017-12-0725-0/+6943
* mt76: add common code shared between multiple chipsetsFelix Fietkau2017-12-0712-0/+2219
* mt7601u: check memory allocation failureChristophe Jaillet2017-08-241-0/+5
* mt7601u: constify usb_device_idArvind Yadav2017-08-101-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-162-3/+3
* Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...David S. Miller2017-04-281-6/+6
|\
| * mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-2/+2
| * mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-281-6/+6
* | mt7601u: check return value of alloc_skbPan Bian2017-04-261-2/+8
|/
* wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski2017-03-061-0/+2
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-151-2/+0Star
* mt7601u: wait for clear rxq when stopping macAnthony Romano2016-11-292-7/+10
* mt7601u: use linux/bitfield.hJakub Kicinski2016-09-0910-155/+81Star
* mt7601u: remove unnecessary includeJakub Kicinski2016-09-091-1/+0Star
* mt7601u: remove redefinition of GENMASKJakub Kicinski2016-09-091-4/+0Star
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-2/+2
* mt7601u: do not free dma_buf when ivp allocation failsColin Ian King2016-03-071-1/+3
* mac80211: pass block ack session timeout to to driverSara Sharon2016-01-141-3/+5
* mediatek: unify Kconfig with other vendorsKalle Valo2015-11-181-6/+10
* mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach2015-09-221-1/+2
* mt7601u: lock out rx path and tx status reportingJakub Kicinski2015-08-105-3/+11
* mt7601u: fix tx status reporting contextsJakub Kicinski2015-08-104-4/+33
* mt7601u: use correct ieee80211_rx variantJakub Kicinski2015-08-101-1/+1
* mt7601u: fix dma from stack addressJakub Kicinski2015-08-103-35/+34Star
* Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.or...David S. Miller2015-06-236-54/+45Star
|\
| * mt7601u: don't warn about devices without per-rate power tableJakub Kicinski2015-06-151-0/+4
| * mt7601u: set promiscous mode based on FIF_OTHER_BSSJakub Kicinski2015-06-081-0/+1
| * mt7601u: don't cleanup device second time after .resume()Jakub Kicinski2015-06-082-1/+11
| * mt7601u: watch out for invalid-length framesJakub Kicinski2015-06-082-4/+18
| * mt7601u: unify paged and non-paged RX dma pathsJakub Kicinski2015-06-081-50/+12Star
* | mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-5/+5
|/
* add mt7601u driverJakub Kicinski2015-05-2828-0/+7941