summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)Author
2018-02-01mt76: do not set status->aggr for NULL data framesFelix Fietkau
2018-02-01mt76: avoid re-queueing A-MPDU rx reorder work if no frames are pendingFelix Fietkau
2018-02-01mt76: implement processing of BlockAckReq framesFelix Fietkau
2018-02-01mt76: implement AP_LINK_PSFelix Fietkau
2018-01-26mt76: validate rx CCMP PNFelix Fietkau
2018-01-26mt76: pass the per-vif wcid to the core for multicast rxFelix Fietkau
2018-01-26mt76: split mt76_rx_completeFelix Fietkau
2018-01-26mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau
2018-01-26mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau
2018-01-26mt76: add an intermediate struct for rx status informationFelix Fietkau
2018-01-26mt76: fix TSF value in probe responsesFelix Fietkau
2018-01-26mt76: retry rx polling as long as there is budget leftFelix Fietkau
2018-01-24mt76x2: init: disable all pending tasklets during device removalLorenzo Bianconi
2018-01-24mt76x2: dfs: take into account dfs region in mt76x2_dfs_init_params()Lorenzo Bianconi
2018-01-24mt76x2: dfs: add set_domain handlerLorenzo Bianconi
2018-01-24mt76x2: dfs: avoid tasklet scheduling during mt76x2_dfs_init_params()Lorenzo Bianconi
2018-01-24mt76: fix transmission of encrypted management framesFelix Fietkau
2018-01-24mt76x2: fix WMM parameter configurationLorenzo Bianconi
2018-01-17mt76: fix possible NULL pointer dereferencing in mt76x2_mac_write_txwi()Lorenzo Bianconi
2018-01-17mt76: fix possible NULL pointer dereferencing in mt76x2_ampdu_action()Lorenzo Bianconi
2018-01-08mt76x2: eeprom: fix typo in mt76x2_get_power_info_5g()Lorenzo Bianconi
2018-01-08mt76: fix memcpy to potential null pointer on failed allocationColin Ian King
2018-01-08mt76x2: init: fix rx filter default value during initLorenzo Bianconi
2018-01-08mt76x2: configure rx filter based on monitor mode settingFelix Fietkau
2018-01-08mt76x2: init: disable APCLI by defaultLorenzo Bianconi
2018-01-08mt76x2: convert between per-chain tx power and combined outputFelix Fietkau
2018-01-08mt76x2: initialize channel power limits at probe timeFelix Fietkau
2018-01-08mt76x2: add channel argument to eeprom tx power functionsFelix Fietkau
2018-01-08mt76x2: increase OFDM SIFS timeFelix Fietkau
2018-01-08mt76x2: remove some harmless WARN_ONs in tx status and rx pathFelix Fietkau
2018-01-08mt76: fix returnvar.cocci warningsFengguang Wu
2018-01-08mt76: fix debugfs_simple_attr.cocci warningsFengguang Wu
2017-12-07mt76: add driver code for MT76x2eFelix Fietkau
2017-12-07mt76: add common code shared between multiple chipsetsFelix Fietkau
2017-08-24mt7601u: check memory allocation failureChristophe Jaillet
2017-08-10mt7601u: constify usb_device_idArvind Yadav
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-28Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...David S. Miller
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg
2017-04-26mt7601u: check return value of alloc_skbPan Bian
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin
2016-11-29mt7601u: wait for clear rxq when stopping macAnthony Romano
2016-09-09mt7601u: use linux/bitfield.hJakub Kicinski
2016-09-09mt7601u: remove unnecessary includeJakub Kicinski
2016-09-09mt7601u: remove redefinition of GENMASKJakub Kicinski
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2016-03-07mt7601u: do not free dma_buf when ivp allocation failsColin Ian King