summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * atmel: at76c50x: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-1/+1
| * adm80211: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-1/+1
| * cw1200: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-1/+1
| * zd1211rw: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-4/+4
| * brcmfmac: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-232-2/+2
| * wireless: marvell: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-233-24/+24
| * p54: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-233-8/+8
| * libertas: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-234-5/+5
| * orinoco: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-234-6/+6
| * hostap: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-232-2/+2
| * wireless: ti: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-237-8/+8
| * wireless: realtek: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-234-6/+6
| * Merge tag 'iwlwifi-next-for-kalle-2020-03-17' of git://git.kernel.org/pub/scm...Kalle Valo2020-03-184-381/+241
| |\
| | * iwlwifi: move AX200 devices to the new tableLuca Coelho2020-03-173-40/+30
| | * iwlwifi: remove trans entries from COMMON 9260 macroLuca Coelho2020-03-171-4/+0
| | * iwlwifi: move shared clock entries to new tableLuca Coelho2020-03-172-73/+29
| | * iwlwifi: move pu devices to new tableLuca Coelho2020-03-173-175/+31
| | * iwlwifi: remove 9260 devices with 0x1010 and 0x1210 subsytem IDsLuca Coelho2020-03-172-9/+0
| | * iwlwifi: convert the 9260-1x1 device to use the new parametersLuca Coelho2020-03-173-2/+5
| | * iwlwifi: move TH1 devices to the new tableLuca Coelho2020-03-173-11/+15
| | * iwlwifi: map 9461 and 9462 using RF type and RF IDLuca Coelho2020-03-173-13/+22
| | * iwlwifi: add Pu/PnJ/Th device values to differentiate themLuca Coelho2020-03-172-29/+34
| | * iwlwifi: add GNSS differentiation to the device tablesLuca Coelho2020-03-173-7/+25
| | * iwlwifi: add mac/rf types and 160MHz to the device tablesLuca Coelho2020-03-172-26/+45
| | * iwlwifi: combine 9260 cfgs that only change namesLuca Coelho2020-03-172-44/+35
| | * iwlwifi: move the remaining 0x2526 configs to the new tableLuca Coelho2020-03-173-36/+58
| * | Merge tag 'mt76-for-kvalo-2020-03-17' of https://github.com/nbd168/wirelessKalle Valo2020-03-1824-1018/+1954
| |\ \ | | |/ | |/|
| | * mt76: mt7615: introduce mt7663e supportLorenzo Bianconi2020-03-1710-25/+308
| | * mt76: mt7615: get rid of sta_rec_wtbl data structureLorenzo Bianconi2020-03-172-16/+8
| | * mt76: mt7615: introduce set_ba uni commandLorenzo Bianconi2020-03-171-0/+84
| | * mt76: mt7615: add more uni mcu commandsSean Wang2020-03-172-0/+212
| | * mt76: mt7615: introduce set_bmc and st_sta for uni commandsLorenzo Bianconi2020-03-172-5/+37
| | * mt76: mt7615: introduce uni cmd command typesLorenzo Bianconi2020-03-172-8/+79
| | * mt76: mt7615: introduce mt7615_init_mac_chain routineLorenzo Bianconi2020-03-171-56/+62
| | * mt76: mt7615: introduce mt7615_eeprom_parse_hw_band_cap routineLorenzo Bianconi2020-03-171-6/+24
| | * mt76: mt7615: add mt7663e support to mt7615_mcu_set_eepromLorenzo Bianconi2020-03-172-5/+18
| | * mt76: mt7615: add mt7663e support to mt7615_{driver,firmware}_ownLorenzo Bianconi2020-03-171-4/+9
| | * mt76: mt7615: add mt7663e support to mt7615_reg_mapLorenzo Bianconi2020-03-173-3/+17
| | * mt76: mt7615: introduce mt7615_register_mapLorenzo Bianconi2020-03-176-32/+91
| | * mt76: mt7615: introduce MCU_FW_PREFIX for fw mcu commandsLorenzo Bianconi2020-03-172-18/+22
| | * mt76: mt7615: move more mcu commands in mt7615_mcu_ops data structureLorenzo Bianconi2020-03-174-173/+191
| | * mt76: mt7615: rework mt7615_mcu_set_bss_info using skb APIsLorenzo Bianconi2020-03-172-151/+125
| | * mt76: mt7615: rely on skb API for mt7615_mcu_set_eepromLorenzo Bianconi2020-03-171-13/+11
| | * mt76: mt7615: move mt7615_mcu_set_sta in mt7615_mcu_opsLorenzo Bianconi2020-03-174-261/+168
| | * mt76: mt7615: move mt7615_mcu_set_bmc to mt7615_mcu_opsLorenzo Bianconi2020-03-173-80/+116
| | * mt76: mt7615: add mt7615_mcu_ops data structureLorenzo Bianconi2020-03-174-153/+296
| | * mt76: mt7615: introduce mt7615_mcu_send_message routineLorenzo Bianconi2020-03-172-7/+20
| | * mt76: always init to 0 mcu messagesLorenzo Bianconi2020-03-173-4/+4
| | * mt76: mt7615: introduce mt7615_init_device routineLorenzo Bianconi2020-03-172-11/+17
| | * mt76: mt7615: cleanup fw queue just for mmio devicesLorenzo Bianconi2020-03-171-1/+3