index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-05
mt76: introduce mt76_mmio_read_copy routine
Lorenzo Bianconi
3
-8
/
+19
2019-09-05
mt76: mt7615: add set_key_cmd and mt76_wcid to mt7615_mac_wtbl_set_key signature
Lorenzo Bianconi
3
-18
/
+21
2019-09-05
mt76: mt7615: remove wtbl_sec_key definition
Lorenzo Bianconi
1
-14
/
+0
2019-09-05
mt76: mt7615: introduce mt7615_mac_wtbl_set_key routine
Lorenzo Bianconi
6
-48
/
+63
2019-09-05
mt76: mt7615: add mt7615_mac_wtbl_addr routine
Lorenzo Bianconi
1
-1
/
+6
2019-09-05
mt76: mt7615: move mt7615_mac_get_key_info in mac.c
Lorenzo Bianconi
4
-49
/
+55
2019-09-05
mt76: mt7615: add missing register initialization
Felix Fietkau
2
-4
/
+31
2019-09-05
mt76: mt76x0u: add support to TP-Link T2UHP
Lorenzo Bianconi
1
-0
/
+1
2019-09-05
mt76: mt7615: use params->ssn value directly
Stanislaw Gruszka
1
-3
/
+3
2019-09-05
mt76: mt7603: use params->ssn value directly
Stanislaw Gruszka
1
-3
/
+3
2019-09-05
mt76: mt76x02: use params->ssn value directly
Stanislaw Gruszka
1
-3
/
+3
2019-09-05
mt76: usb: remove unneeded {put,get}_unaligned
Stanislaw Gruszka
2
-5
/
+8
2019-09-05
mt76: usb: fix endian in mt76u_copy
Stanislaw Gruszka
1
-2
/
+2
2019-09-05
mt76: mt7603: fix invalid fallback rates
Felix Fietkau
1
-0
/
+3
2019-09-05
mt76: mt7615: fix invalid fallback rates
Felix Fietkau
1
-0
/
+3
2019-09-05
mt76: mt7615: fix PS buffering of action frames
Felix Fietkau
1
-1
/
+1
2019-09-05
mt76: mt7615: fix using VHT STBC rates
Felix Fietkau
1
-6
/
+12
2019-09-05
mt76: mt76u: fix typo in mt76u_fill_rx_sg
Lorenzo Bianconi
1
-1
/
+1
2019-09-05
mt76: mt7615: sync with mt7603 rate control changes
Felix Fietkau
4
-44
/
+124
2019-09-05
mt76: mt7615: reset rate index/counters on rate table update
Felix Fietkau
2
-1
/
+8
2019-09-05
mt76: mt7615: move mt7615_mcu_set_rates to mac.c
Felix Fietkau
4
-98
/
+97
2019-09-05
mt76: mt7603: enable hardware rate up/down selection
Felix Fietkau
1
-2
/
+1
2019-09-05
mt76: mt7615: introduce mt7615_mcu_send_ram_firmware routine
Lorenzo Bianconi
1
-48
/
+42
2019-09-05
mt76: mt7615: always release sem in mt7615_load_patch
Lorenzo Bianconi
1
-3
/
+3
2019-09-05
mt76: mt7615: fall back to sw encryption for unsupported ciphers
Lorenzo Bianconi
1
-0
/
+15
2019-09-05
mt76: mt7615: clean up FWDL TXQ during/after firmware upload
Felix Fietkau
1
-0
/
+3
2019-09-05
mt76: mt7615: add radar pattern test knob to debugfs
Lorenzo Bianconi
6
-14
/
+81
2019-09-05
mt76: mt7615: add csa support
Lorenzo Bianconi
4
-5
/
+36
2019-09-05
mt76: mt7615: do not perform txcalibration before cac is complited
Lorenzo Bianconi
1
-10
/
+15
2019-09-05
mt76: mt7615: add hw dfs pattern detector support
Lorenzo Bianconi
7
-1
/
+245
2019-09-05
mt76: mt7615: introduce mt7615_regd_notifier
Lorenzo Bianconi
1
-0
/
+11
2019-09-05
mt76: mt7615: fix sparse warnings: warning: restricted __le16 degrades to integer
Lorenzo Bianconi
1
-1
/
+1
2019-09-05
mt76: round up length on mt76_wr_copy
Felix Fietkau
2
-2
/
+2
2019-09-03
mt76: mt76x0e: disable 5GHz band for MT7630E
Stanislaw Gruszka
1
-0
/
+5
2019-09-03
mt76: mt76x0e: don't use hw encryption for MT7630E
Stanislaw Gruszka
1
-1
/
+14
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+4
2019-08-20
mt76: mt76x0u: do not reset radio on resume
Stanislaw Gruszka
1
-4
/
+4
2019-07-30
net: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-07-16
kernel: fix typos and some coding style in comments
Weitao Hou
1
-1
/
+1
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-9
/
+38
2019-06-30
Merge tag 'mt76-for-kvalo-2019-06-27' of https://github.com/nbd168/wireless
Kalle Valo
47
-1001
/
+1412
2019-06-27
mt76: usb: fix rx A-MSDU support
Lorenzo Bianconi
2
-9
/
+38
2019-06-27
mt76: mt7603: fix sparse warnings: warning: incorrect type in assignment (different base types)
Lorenzo Bianconi
1
-1
/
+1
2019-06-27
mt76: mt7615: fix sparse warnings: warning: cast from restricted __le16
Lorenzo Bianconi
1
-4
/
+2
2019-06-27
mt76: mt7615: fix sparse warnings: incorrect type in assignment (different base types)
Lorenzo Bianconi
1
-2
/
+3
2019-06-27
mt76: mt76u: get rid of {out,in}_max_packet
Lorenzo Bianconi
2
-4
/
+0
2019-06-27
mt76: move nl80211_dfs_regions in mt76_dev data structure
Lorenzo Bianconi
7
-16
/
+14
2019-06-27
mt76: mt7615: remove cfg80211_chan_def from mt7615_set_channel signature
Lorenzo Bianconi
1
-3
/
+2
2019-06-27
mt76: mt76u: reduce rx memory footprint
Lorenzo Bianconi
4
-10
/
+15
2019-06-27
mt76: mt7615: update peer's bssid when state transition occurs
Ryder Lee
2
-14
/
+14
[prev]
[next]