summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76.h
Commit message (Expand)AuthorAgeFilesLines
* mt76: add stbc entries to mt76_rate_powerFelix Fietkau2018-10-011-1/+2
* mt76: move seq_put_array in mt76-core moduleLorenzo Bianconi2018-10-011-0/+2
* mt76: use a per rx queue page fragment cacheFelix Fietkau2018-09-191-0/+1
* mt76: move __iomem regs in mt76_mmioLorenzo Bianconi2018-09-191-1/+1
* mt76: introduce mmio data structure in mt76_devLorenzo Bianconi2018-09-191-1/+15
* mt76: usb: move mt76u_skb_dma_info in mt76x02_usb_core.cLorenzo Bianconi2018-09-191-1/+0Star
* mt76: usb: move mt76x02 mcu code in mt76x02-usb moduleLorenzo Bianconi2018-09-191-4/+0Star
* mt76: usb: use common helpers for mcu_alloc_msg()/mcu_send_msg()Lorenzo Bianconi2018-09-191-13/+0Star
* mt76: add rd_rp and wr_rp to bus_ops/mcu_opsStanislaw Gruszka2018-09-191-5/+15
* mt76: add usb implementation of {wr,rd}_rpStanislaw Gruszka2018-09-191-0/+8
* mt76: add mt76_mcu_ops data structure for mcu related pointersLorenzo Bianconi2018-09-191-0/+11
* mt76: remove unused MT76_MORE_STATS stateLorenzo Bianconi2018-09-191-1/+0Star
* mt76: use mt76_rx_status in mt76x0Stanislaw Gruszka2018-09-191-0/+2
* mt76: unify sta_rate_tbl_update and related helpersStanislaw Gruszka2018-09-191-0/+2
* mt76: unify AC to hw queue mappingStanislaw Gruszka2018-09-191-7/+1Star
* mt76: unify ampdu_actionStanislaw Gruszka2018-09-191-0/+3
* mt76: move wcid fields to common mt76_dev structStanislaw Gruszka2018-09-191-0/+7
* mt76: add multiple regs read support to usb_mcu layerLorenzo Bianconi2018-09-041-0/+6
* mt76: move mt76x2u_mcu_deinit routine in mt76-usb moduleLorenzo Bianconi2018-09-041-0/+1
* mt76: split __mt76u_mcu_send_msg and mt76u_mcu_send_msg routinesLorenzo Bianconi2018-09-041-0/+2
* mt76: move mt76_reg_pair definition in mt76.hLorenzo Bianconi2018-09-041-0/+5
* mt76: unify mac_wcid_set_keyStanislaw Gruszka2018-09-041-0/+3
* mt76: add helpers for register access with mt76_dev structStanislaw Gruszka2018-09-041-0/+5
* mt76: create new mt76x02-lib module for common mt76x{0,2} codeStanislaw Gruszka2018-09-041-0/+5
* mt76: add more statesStanislaw Gruszka2018-08-021-0/+2
* mt76: add usb support to mt76 layerLorenzo Bianconi2018-08-021-1/+142
* mt76: introduce tx_queue_skb function pointer in mt76_bus_opsLorenzo Bianconi2018-08-021-0/+5
* mt76: rename mt76_tx_queue_skb in mt76_dma_tx_queue_skbLorenzo Bianconi2018-08-021-3/+4
* mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signaturesLorenzo Bianconi2018-08-021-2/+3
* mt76: introduce mt76_{incr,decr} utility routinesLorenzo Bianconi2018-07-041-0/+12
* mt76: wait for pending tx to complete before switching channelFelix Fietkau2018-05-231-0/+2
* mt76: move ieee80211_hw allocation to common coreFelix Fietkau2018-05-231-0/+2
* mt76: only stop tx queues on offchannel, not during the entire scanFelix Fietkau2018-05-231-0/+1
* mt76: fix concurrent rx calls on A-MPDU releaseFelix Fietkau2018-04-301-0/+1
* mt76x2: add mac80211 {set,get}_antenna callbacksLorenzo Bianconi2018-03-131-0/+1
* mt76: initialize available_antennas_{tx,rx} infoLorenzo Bianconi2018-03-131-0/+2
* mt76: implement AP_LINK_PSFelix Fietkau2018-02-011-0/+10
* mt76: validate rx CCMP PNFelix Fietkau2018-01-261-2/+10
* mt76: split mt76_rx_completeFelix Fietkau2018-01-261-2/+3
* mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau2018-01-261-0/+35
* mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau2018-01-261-0/+14
* mt76: add an intermediate struct for rx status informationFelix Fietkau2018-01-261-0/+13
* mt76: fix transmission of encrypted management framesFelix Fietkau2018-01-241-0/+1
* mt76: add common code shared between multiple chipsetsFelix Fietkau2017-12-071-0/+360