summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | brcmfmac: set SDIO F1 MesBusyCtrl for CYW4373Madhan Mohan R2018-12-132-1/+11
| * | | | brcmfmac: set F2 watermark to 256 for 4373Wright Feng2018-12-131-2/+24
| * | | | brcmfmac: add 4354 raw pcie device idWinnie Chang2018-12-132-0/+2
| * | | | brcmfmac: handle compressed tx status signalChung-Hsien Hsu2018-12-131-50/+71
| * | | | brcmfmac: enable frameburst mode in default firmware settingWright Feng2018-12-132-0/+7
| * | | | brcmfmac: add credit numbers updating supportWright Feng2018-12-131-8/+15
| * | | | mwifiex: add NL80211_STA_INFO_RX_BITRATE supportBrian Norris2018-12-132-5/+34
| * | | | mwifiex: refactor mwifiex_parse_htinfo() for reuseBrian Norris2018-12-131-17/+19
| * | | | mwifiex: debugfs: correct histogram spacing, formattingBrian Norris2018-12-131-8/+6
| * | | | mwifiex: fix potential NULL dereference and use after freePan Bian2018-12-131-8/+10
| * | | | Merge tag 'mt76-for-kvalo-2018-11-30' of https://github.com/nbd168/wirelessKalle Valo2018-12-1360-3193/+2783
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | mt76: replace sta_add/remove ops with common sta_state functionFelix Fietkau2018-11-3010-52/+95
| | * | | mt76: mt76x02: remove mt76x02_txq_initFelix Fietkau2018-11-303-28/+15
| | * | | mt76: mt76x02: make group_wcid the first member in struct mt76x02_vifFelix Fietkau2018-11-301-2/+1
| | * | | mt76: add mt76_sta_remove helperFelix Fietkau2018-11-303-9/+24
| | * | | mt76: fix race condition in station removalFelix Fietkau2018-11-302-2/+4
| | * | | mt76: do not wake tx queues during flushFelix Fietkau2018-11-301-1/+1
| | * | | mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau2018-11-306-38/+76
| | * | | mt76: remove wait argument from mt76x02_mcu_calibrateStanislaw Gruszka2018-11-307-39/+36
| | * | | mt76x2u: init: remove mt76x2u_init_beacon_offsets routineLorenzo Bianconi2018-11-301-10/+0
| | * | | mt76x2u: main: use mt76x02_bss_info_changed utility routineLorenzo Bianconi2018-11-301-20/+3
| | * | | mt76x2u: phy: run phy_channel_calibrate after channel switchLorenzo Bianconi2018-11-303-9/+15
| | * | | mt76x2u: phy: add TX_SHAPING calibrationLorenzo Bianconi2018-11-301-0/+1
| | * | | mt76x0: pci: enable VHT rates in IBSS modeLorenzo Bianconi2018-11-302-3/+2
| | * | | mt76: introduce mt76x02_config_mac_addr_list routineLorenzo Bianconi2018-11-304-15/+27
| | * | | mt76x0: dfs: fix IBI_R11 configuration on non-radar channelsLorenzo Bianconi2018-11-301-2/+6
| | * | | mt76x02: assure we update gain after scanStanislaw Gruszka2018-11-303-3/+8
| | * | | mt76x02: run calibration after scanningStanislaw Gruszka2018-11-304-1/+6
| | * | | mt76: remove wait argument from mt76x02_mcu_set_radio_stateStanislaw Gruszka2018-11-306-10/+7
| | * | | mt76: remove wait argument from mt76x02_mcu_function_selectStanislaw Gruszka2018-11-306-12/+13
| | * | | mt76: remove mcu_msg_allocStanislaw Gruszka2018-11-307-44/+35
| | * | | mt76x0: use band parameter for LC calibrationStanislaw Gruszka2018-11-301-2/+3
| | * | | mt76x0: phy: use tssi reported value to configure tx power if availableLorenzo Bianconi2018-11-302-5/+17
| | * | | mt76x0: phy: introduce tssi calibration supportLorenzo Bianconi2018-11-303-3/+357
| | * | | mt76: move mt76x02_eeprom_copy in mt76x02-lib moduleLorenzo Bianconi2018-11-303-13/+17
| | * | | mt76x2u: init: use common routines for wcid/key initializationLorenzo Bianconi2018-11-301-12/+7
| | * | | mt76x2u: init: remove not useful configurationLorenzo Bianconi2018-11-301-3/+0
| | * | | mt76x0: init: use mt76x02_mac_wcid_setup for wcid configurationLorenzo Bianconi2018-11-301-43/+2
| | * | | mt76x2: move wcid_tx_rate conf at bootstrapLorenzo Bianconi2018-11-302-4/+4
| | * | | mt76x0: init: use mt76x02_mac_shared_key_setup in mt76x0_init_hardwareLorenzo Bianconi2018-11-301-9/+4
| | * | | mt76x0: phy: use mt76_poll_msec in mt76x0_phy_temp_sensorLorenzo Bianconi2018-11-301-2/+1
| | * | | mt76x0: do not overwrite other MT_BBP(AGC, 8) fieldsStanislaw Gruszka2018-11-301-3/+1
| | * | | mt76: add support for reporting tx status with skbFelix Fietkau2018-11-3011-95/+231
| | * | | mt76: mt76x02: only override control->sta on sw-encrypted txFelix Fietkau2018-11-301-1/+3
| | * | | mt76: mt76x02: skip station tx status for non-sta wcid entriesFelix Fietkau2018-11-301-1/+1
| | * | | mt76: clean up more unused EXPORT_SYMBOLsFelix Fietkau2018-11-303-10/+1
| | * | | mt76x0: pci: add DFS supportLorenzo Bianconi2018-11-307-33/+49
| | * | | mt76: move dfs support in mt76x02-lib moduleLorenzo Bianconi2018-11-308-102/+83
| | * | | mt76: move mt76x02_bss_info_changed in mt76x02-lib moduleLorenzo Bianconi2018-11-307-92/+48
| | * | | mt76: move tx protection routines in mt76x02-lib moduleLorenzo Bianconi2018-11-3014-171/+54
OpenPOWER on IntegriCloud