summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-02-2829-266/+792
|\
| * wil6210: check null pointer in _wil_cfg80211_merge_extra_iesAlexei Avshalom Lazar2019-02-281-3/+11
| * wil6210: ignore HALP ICR if already handledMaya Erez2019-02-283-4/+12
| * wil6210: fix invalid sta statistics updateDedy Lansky2019-02-281-3/+2
| * wil6210: accessing 802.3 addresses via utility functionsAhmad Masri2019-02-282-21/+33
| * wil6210: support up to 20 stations in AP modeAhmad Masri2019-02-2810-75/+226
| * wil6210: add option to drop Tx packets when Tx ring is fullDedy Lansky2019-02-283-2/+13
| * wil6210: remove rtap_include_phy_info module paramMaya Erez2019-02-283-81/+18
| * ath10k: Fill rx duration for each peer in fw_stats for WCN3990Surabhi Vishnoi2019-02-286-6/+60
| * ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_statsSurabhi Vishnoi2019-02-281-3/+3
| * ath10k: Fix the wrong updation of SGI in tx_stats debugfsSurabhi Vishnoi2019-02-282-1/+4
| * ath10k: Fix the wrong updation of BW in tx_stats debugfs entrySurabhi Vishnoi2019-02-282-4/+5
| * ath10k: Fix the incorrect updation of NSS data in tx statsSurabhi Vishnoi2019-02-281-8/+8
| * ath9k: remove set but not used variable 'acq'YueHaibing2019-02-261-8/+1
| * ath9k: debugfs: Fix SPUR-DOWN fieldAndrea Greco2019-02-261-1/+1
| * ath9k: Make sure to zero status.tx_time before reporting TX statusToke Høiland-Jørgensen2019-02-261-0/+3
| * ath10k: update the max num of peers supported for WCN3990Abhishek Ambure2019-02-262-6/+6
| * ath10k: remove the calibration data fetch for sdioWen Gong2019-02-261-0/+3
| * ath10k: Fix length of wmi tlv command for protected mgmt framesSurabhi Vishnoi2019-02-261-3/+1
| * ath10k: don't report unset rssi values to mac80211Alagu Sankar2019-02-261-3/+9
| * ath10k: sdio: reset chip on power_down()Wen Gong2019-02-261-8/+16
| * ath10k: sdio: disable fwlog printsAlagu Sankar2019-02-261-0/+7
| * ath10k: sdio: set hi_acs_flagsAlagu Sankar2019-02-261-3/+9
| * ath10k: correct the format of host memory chunks in wmi init commandYu Wang2019-02-261-3/+36
| * ath10k: enhance logging for vdev pdev & peer set paramRakesh Pillai2019-02-261-3/+7
| * ath10k: add support for ack rssi value of data tx packetsAbhishek Ambure2019-02-264-6/+146
| * ath10k: add support for ack rssi value of management tx packetsAbhishek Ambure2019-02-264-13/+90
| * ath10k: fix descriptor size in ce tx completion for WCN3990Rakesh Pillai2019-02-262-2/+66
* | rtlwifi: rtl8192se: Remove set but not used variable 'seg_ptr'YueHaibing2019-02-281-4/+2
* | rtlwifi: rtl8723ae: Remove set but not used variable 'bt_retry_cnt'YueHaibing2019-02-281-2/+0
* | rtlwifi: rtl8723be: Remove set but not used variable 'b_last_is_cur_rdlstate'YueHaibing2019-02-281-3/+0
* | mt76: fix a leaked reference by adding a missing of_node_putWen Yang2019-02-281-8/+16
* | rtlwifi: rtl8192com: Fix blank line problemsLarry Finger2019-02-284-8/+5
* | rtlwifi: rtl8192cu: Fix problems with blank linesLarry Finger2019-02-286-11/+22
* | rtlwifi: rtl8192ce: Fix missing blank linesLarry Finger2019-02-284-2/+15
* | rtlwifi: Fix all blank line irregularities in main code filesLarry Finger2019-02-287-6/+24
* | rtlwifi: Fix blank line errors in main header filesLarry Finger2019-02-282-7/+2
* | rtlwifi: Fix alignment errors in wifi.hLarry Finger2019-02-281-42/+42
* | rtlwifi: Fix problems with block comments in wifi.hLarry Finger2019-02-281-43/+50
* | rtlwifi: Fix errors in spacing in wifi.hLarry Finger2019-02-281-85/+85
* | rsi: fix missing null pointer check from a failed ieee80211_probereq_get callColin Ian King2019-02-281-0/+4
* | brcmfmac: print firmware reported general status errorsRafał Miłecki2019-02-281-0/+24
* | brcmfmac: fix size of the struct msgbuf_ring_statusRafał Miłecki2019-02-281-1/+1
* | mt76: add driver for MT7603E and MT7628/7688Felix Fietkau2019-02-2620-0/+5864
* | mt76: add driver callback for when a sta is associatedFelix Fietkau2019-02-262-0/+8
* | mt76: remove no longer used routine declarationsLorenzo Bianconi2019-02-262-13/+5
* | mt76: usb: check urb->num_sgs limit in mt76u_process_rx_entryLorenzo Bianconi2019-02-261-1/+1
* | mt76: usb: simplify mt76u_tx_build_sg routineLorenzo Bianconi2019-02-261-14/+3
* | mt76: usb: simplify rx buffer allocationLorenzo Bianconi2019-02-262-51/+27
* | mt76: usb: introduce mt76u_fill_bulk_urb routineLorenzo Bianconi2019-02-261-19/+26