1. 2daa675 mt76x0: unify lna_gain parsing by Lorenzo Bianconi · 7 years ago
  2. e59ad99 mt76: add mt76x02_get_rx_gain and mt76x02_get_lna_gain utility routines by Lorenzo Bianconi · 7 years ago
  3. 1137847 mt76x0: remove mt76x0_set_country_reg routine by Lorenzo Bianconi · 7 years ago
  4. 443569a mt76: move mt76x2_ext_pa_enabled routine in mt76x02_eeprom.c by Lorenzo Bianconi · 7 years ago
  5. bd724b8 mt76: move mt76x2_get_efuse_data in mt76x02-lib module by Lorenzo Bianconi · 7 years ago
  6. 89a8607 mt76: move mt76x02_mac_setaddr in mt76x02-lib module by Lorenzo Bianconi · 7 years ago
  7. b27823a mt76: move mt76x2_eeprom_get in mt76x02_eeprom.h by Lorenzo Bianconi · 7 years ago
  8. 86c71d3 mt76: move eeprom utility routines in mt76x02_eeprom.h by Lorenzo Bianconi · 7 years ago
  9. eef40d2 mt76: move common eeprom definitions in mt76x02-lib module by Lorenzo Bianconi · 7 years ago
  10. 7c4b446 mt76: add stbc entries to mt76_rate_power by Felix Fietkau · 7 years ago
  11. 8f410a8 mt76: move seq_put_array in mt76-core module by Lorenzo Bianconi · 7 years ago
  12. db2803b mt76x0: pci: add fw uploading routine by Lorenzo Bianconi · 7 years ago
  13. 9b1140b mt76x0: pci: add mt7650 PCI ID by Lorenzo Bianconi · 7 years ago
  14. 60b6645 mt76x2: fix tx power configuration for VHT mcs 9 by Lorenzo Bianconi · 6 years ago
  15. 93ed990 qtnfmac: remove set but not used variable 'vif' by YueHaibing · 7 years ago
  16. 6c3efbe brcmsmac: Use kvmalloc() for ucode allocations by Takashi Iwai · 7 years ago
  17. a8254fa brcmfmac: remove set but not used variables 'sfdoff' and 'pad_size' by YueHaibing · 7 years ago
  18. 761cb7c brcm80211: remove redundant condition check before debugfs_remove_recursive by zhong jiang · 7 years ago
  19. 59c2a30 brcmfmac: increase buffer for obtaining firmware capabilities by Arend van Spriel · 7 years ago
  20. 330994e brcmfmac: fix for proper support of 160MHz bandwidth by Arend van Spriel · 7 years ago
  21. d18afb2 Merge tag 'mt76-for-kvalo-2018-09-19' of https://github.com/nbd168/wireless by Kalle Valo · 7 years ago
  22. bf3741a mt76x0: usb: remove mt76_fw definition by Lorenzo Bianconi · 7 years ago
  23. 196e978 mt76x0: remove unused usb header file by Lorenzo Bianconi · 7 years ago
  24. 2804157 mt76x0: remove mcu source file by Lorenzo Bianconi · 7 years ago
  25. 576ecf6 mt76x0: usb: move firmware loading to usb.c by Stanislaw Gruszka · 7 years ago
  26. c12128c mt76: use a per rx queue page fragment cache by Felix Fietkau · 7 years ago
  27. 8842d48 mt76x2: move mt76x2_phy_tssi_compensate in mt76x2-common module by Lorenzo Bianconi · 7 years ago
  28. edaa580 mt76: move shared mcu_calibrate routine in mt76x02-lib module by Lorenzo Bianconi · 7 years ago
  29. bc36690 mt76x2: move mt76x2 mcu shared code in mt76x2_mcu_common.c by Lorenzo Bianconi · 7 years ago
  30. 36fd09d mt76: move mt76{0,2} mcu shared code in mt76x02_mcu.c by Lorenzo Bianconi · 7 years ago
  31. 79394f4 mt76: unify firmware header between mt76x0 and mt76x2 by Lorenzo Bianconi · 7 years ago
  32. 8cff123 mt76x2: use common helpers for mcu_alloc_msg()/mcu_send_msg() by Lorenzo Bianconi · 7 years ago
  33. 0ed821b mt76x2: use mt76_dev instead of mt76x2_dev in mt76x2_mcu_msg_send by Lorenzo Bianconi · 7 years ago
  34. 27db1ad mt76: move __iomem regs in mt76_mmio by Lorenzo Bianconi · 7 years ago
  35. f7bbb80 mt76: introduce mmio data structure in mt76_dev by Lorenzo Bianconi · 7 years ago
  36. 8db5ec7 mt76x2: remove leftover mt76u_buf data structure in mt76x2_mcu by Lorenzo Bianconi · 7 years ago
  37. d5c4261 mt76x2: use mt76_dev instead of mt76x2_dev in mt76x2_tx_queue_mcu by Lorenzo Bianconi · 7 years ago
  38. 8799b62 mt76: usb: remove skb check in mt76x{0,2}u mcu routines by Lorenzo Bianconi · 7 years ago
  39. 331419b mt76x0: remove mt76x0_burst_write_regs() by Stanislaw Gruszka · 7 years ago
  40. fd0c6e1 mt76x0: remove unused mt76x0_burst_read_regs by Stanislaw Gruszka · 7 years ago
  41. 6d6631f mt76x02: add static qualifier to mt76x02_remove_dma_hdr by Lorenzo Bianconi · 7 years ago
  42. 6181bf2 mt76x02: move TXD/RXD/MCU definitions in mt76x02_dma.h by Lorenzo Bianconi · 7 years ago
  43. c2db13a mt76: usb: move mt76u_skb_dma_info in mt76x02_usb_core.c by Lorenzo Bianconi · 7 years ago
  44. 905db74 mt76: usb: move mt76x02 mcu code in mt76x02-usb module by Lorenzo Bianconi · 7 years ago
  45. 1750715 mt76: usb: use common helpers for mcu_alloc_msg()/mcu_send_msg() by Lorenzo Bianconi · 7 years ago
  46. 6da5a29 mt76: add rd_rp and wr_rp to bus_ops/mcu_ops by Stanislaw Gruszka · 7 years ago
  47. f1638c7 mt76: add usb implementation of {wr,rd}_rp by Stanislaw Gruszka · 7 years ago
  48. db0f04f mt76: add mt76_mcu_ops data structure for mcu related pointers by Lorenzo Bianconi · 7 years ago
  49. dce9dc8 mt76: move mt76x0 and mt76x2 mcu shared defs in mt76x02_mcu.h by Lorenzo Bianconi · 7 years ago
  50. 473f0a7 mt76x0: run vco calibration for each channel configuration by Lorenzo Bianconi · 7 years ago
  51. 835123b mt76x0: make device allocation bus neutral by Stanislaw Gruszka · 7 years ago
  52. 6d1bced mt76x0: remove some usb specific code from mt76x0_register_device by Stanislaw Gruszka · 7 years ago
  53. c0eb79a mt76x0: remove unused mt76x0_wcid by Stanislaw Gruszka · 7 years ago
  54. c2a4d9f mt76x0: inital split between pci and usb by Stanislaw Gruszka · 7 years ago
  55. 1bee323 mt76x0: use mt76_register_device for device registration by Lorenzo Bianconi · 7 years ago
  56. 540399d mt76x0: remove has_{2,5}ghz fields of mt76x0_eeprom_params by Lorenzo Bianconi · 7 years ago
  57. 6f15ed1 mt76x0: do not free/alloc buffers during suspend/resume by Lorenzo Bianconi · 7 years ago
  58. e30a655 mt76x0: move mt76x0_init_hardware in mt76x0_register_device by Lorenzo Bianconi · 7 years ago
  59. b680d7f mt76x0: move stop related routines in mt76x0_mac_stop by Lorenzo Bianconi · 7 years ago
  60. cb722ae mt76x0: fix memory leak during hw probe by Lorenzo Bianconi · 7 years ago
  61. d1b6eec mt76x0: alloc mcu buffers first in mt76x0_mcu_cmd_init by Lorenzo Bianconi · 7 years ago
  62. 58b5eb8 mt76: move mt76 rate definitions in mt76x02-lib module by Lorenzo Bianconi · 7 years ago
  63. 7c7b139 mt76x0: remove mt76x0_stop_hardware routine by Lorenzo Bianconi · 7 years ago
  64. 23ea0e7 mt76: remove unused MT76_MORE_STATS state by Lorenzo Bianconi · 7 years ago
  65. 242516c mt76x0: trim rx skb to proper length by Stanislaw Gruszka · 7 years ago
  66. 0ae976a mt76x0: init hw capabilities by Lorenzo Bianconi · 7 years ago
  67. 67f5e7a mt76x0: enable per-sta tx queueing by Lorenzo Bianconi · 7 years ago
  68. 7cbe4c7 mt76x0: remove unused stat_work by Lorenzo Bianconi · 7 years ago
  69. c1b6325 mt76x0: remove unused endpoint definitions by Lorenzo Bianconi · 7 years ago
  70. f79fdf7 mt76x0: remove unused mt76x0_tx_status routine by Lorenzo Bianconi · 7 years ago
  71. 6d449d1 mt76x0: remove unused {tx/rx}_queue definitions by Lorenzo Bianconi · 7 years ago
  72. 4220878 mt76x0: remove unused stat work_queue by Lorenzo Bianconi · 7 years ago
  73. 37d3636 mt76x0: remove unused dma.c source file by Lorenzo Bianconi · 7 years ago
  74. c668746 mt76x0: set max fragments size by Lorenzo Bianconi · 7 years ago
  75. 1baa6e3 mt76x0: stop stat workqueue at hw stop by Lorenzo Bianconi · 7 years ago
  76. 30ec915 mt76x0: unify tx/rx datapath with mt76x2u driver by Lorenzo Bianconi · 7 years ago
  77. 95e507d mt76x0: use mt76_alloc_device for device allocation by Lorenzo Bianconi · 7 years ago
  78. f2653a4 mt76x0: init mt76_driver_ops callbacks by Lorenzo Bianconi · 7 years ago
  79. 4fcedad mt76x0: add mt76x0_queue_rx_skb routine by Lorenzo Bianconi · 7 years ago
  80. 82aedcef mt76x0: simplify mt76_mac_process_rx signature by Lorenzo Bianconi · 7 years ago
  81. a498690 mt76x0: mark device as running in mt76x0_start by Lorenzo Bianconi · 7 years ago
  82. 7fd3c60 mt76x0: disable usb rx bulk aggregation by Lorenzo Bianconi · 7 years ago
  83. 8f6c23a mt76: move mt76x2u_tx_status_data in mt76x02-lib module by Lorenzo Bianconi · 7 years ago
  84. 8c6adb7 mt76x0: introduce mt76x0_tx_prepare_skb routine by Lorenzo Bianconi · 7 years ago
  85. 41868f9 mt76: move mt76x2u_set_txinfo in mt76x02-lib module by Lorenzo Bianconi · 7 years ago
  86. 2251dd5 mt76: move mt76_qsel definition in dma.h by Lorenzo Bianconi · 7 years ago
  87. f847e45 mt76: move mt76x2u_tx_complete_skb in mt76x02-lib moudule by Lorenzo Bianconi · 7 years ago
  88. b38b820 mt76: move mt76x2u_remove_dma_hdr in mt76x02-lib module by Lorenzo Bianconi · 7 years ago
  89. 2a45ad3 mt76: move mt76x2_tx_complete routine in mt76x02-lib module by Lorenzo Bianconi · 7 years ago
  90. 5a69931 mt76x2: change mt76x2_tx_complete routine signature by Lorenzo Bianconi · 7 years ago
  91. 0b7da31 mt76: partially unify filling txwi fields by Stanislaw Gruszka · 7 years ago
  92. 0e59cba mt76: unify {insert/remove}_hdr_pad by Stanislaw Gruszka · 7 years ago
  93. 493703a mt76x0: reserve enough space in mac80211 by Stanislaw Gruszka · 7 years ago
  94. 74ff453 mt76: unify mac_process_rate by Stanislaw Gruszka · 7 years ago
  95. 82e1dd0 mt76: use mt76_rx_status in mt76x0 by Stanislaw Gruszka · 7 years ago
  96. 7c1f888 mt76: unify send_tx_status and related helpers by Stanislaw Gruszka · 7 years ago
  97. b490b1d mt76: unify load_tx_status by Stanislaw Gruszka · 7 years ago
  98. 5944cd0 mt76: unify txwi and rxwi structures by Stanislaw Gruszka · 7 years ago
  99. 5327b5e mt76: unify sta_rate_tbl_update and related helpers by Stanislaw Gruszka · 7 years ago
  100. 212926e mt76: unify add_interface by Stanislaw Gruszka · 7 years ago