aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt7601u (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30mt7601u: expose 802.11w supportDavide Caratti1-0/+1
2018-07-30mt7601u: use sw encryption for hw unsupported ciphersLorenzo Bianconi1-0/+11
2018-06-24mt7601u: remove warning when avg_rssi is zeroStanislaw Gruszka1-2/+4
2018-04-24mt7601u: run calibration works after finishing scanningStanislaw Gruszka1-0/+6
2018-04-24mt7601u: use EWMA to calculate avg_rssiStanislaw Gruszka3-6/+13
2018-04-24mt7601u: phy: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-04-04Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+3
2018-03-28net/mediatek: disambiguate mt76 vs mt7601u trace eventsAlexei Starovoitov1-3/+3
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches1-9/+7
2018-03-22mt7601u: use firmware_request_cache() to address cache on rebootLuis R. Rodriguez1-1/+1
2018-03-13mt7601u: let mac80211 validate rx CCMP PNLorenzo Bianconi2-1/+10
2018-03-13mt7601u: simplify mt7601u_mcu_msg_alloc signatureLorenzo Bianconi1-4/+3
2018-03-13mt7601u: remove a warning in mt7601u_efuse_physical_size_check()Lorenzo Bianconi1-1/+1
2018-02-28mt7601u: make write with mask access atomicLorenzo Bianconi2-16/+39
2018-02-28mt7601u: set device mac address in mt7601u_add_interface()Lorenzo Bianconi1-0/+3
2018-02-28mt7601u: move mt7601u_set_macaddr in mac related codeLorenzo Bianconi3-22/+19
2017-08-24mt7601u: check memory allocation failureChristophe Jaillet1-0/+5
2017-08-10mt7601u: constify usb_device_idArvind Yadav1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-3/+3
2017-04-28Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-6/+6
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-2/+2
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-6/+6
2017-04-26mt7601u: check return value of alloc_skbPan Bian1-2/+8
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski1-0/+2
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin1-2/+0
2016-11-29mt7601u: wait for clear rxq when stopping macAnthony Romano2-7/+10
2016-09-09mt7601u: use linux/bitfield.hJakub Kicinski10-155/+81
2016-09-09mt7601u: remove unnecessary includeJakub Kicinski1-1/+0
2016-09-09mt7601u: remove redefinition of GENMASKJakub Kicinski1-4/+0
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-2/+2
2016-03-07mt7601u: do not free dma_buf when ivp allocation failsColin Ian King1-1/+3
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-3/+5
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach1-1/+2
2015-08-10mt7601u: lock out rx path and tx status reportingJakub Kicinski5-3/+11
2015-08-10mt7601u: fix tx status reporting contextsJakub Kicinski4-4/+33
2015-08-10mt7601u: use correct ieee80211_rx variantJakub Kicinski1-1/+1
2015-08-10mt7601u: fix dma from stack addressJakub Kicinski3-35/+34
2015-06-23Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller6-54/+45
2015-06-15mt7601u: don't warn about devices without per-rate power tableJakub Kicinski1-0/+4
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-5/+5
2015-06-08mt7601u: set promiscous mode based on FIF_OTHER_BSSJakub Kicinski1-0/+1
2015-06-08mt7601u: don't cleanup device second time after .resume()Jakub Kicinski2-1/+11
2015-06-08mt7601u: watch out for invalid-length framesJakub Kicinski2-4/+18
2015-06-08mt7601u: unify paged and non-paged RX dma pathsJakub Kicinski1-50/+12
2015-05-28add mt7601u driverJakub Kicinski26-0/+7930