summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorLines
2016-06-14ath9k: fix GPIO mask for AR9462 and AR9565Miaoqing Pan-4/+4
2016-06-14ath10k: fix deadlock while processing rx_in_ord_indRajkumar Manoharan-1/+0
2016-06-07ath10k: fix crash related to printing featuresBen Greear-1/+1
2016-06-06ath10k: fix deadlock when peer cannot be createdBen Greear-1/+1
2016-05-20Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.or...David S. Miller-145/+767
2016-05-11ath10k: Fix survey reporting with QCA4019Vasanthakumar Thiagarajan-0/+1
2016-05-11ath10k: suppress warnings when getting wmi peer_rate_code_list eventVasanthakumar Thiagarajan-0/+1
2016-05-11wil6210: add support for device led configurationMaya Erez-0/+281
2016-05-09ath9k: Fix symbol overlap window for half/quarter channelsHelmut Schaa-1/+1
2016-05-09ath9k: Simplify ar9003_hw_tx99_set_txpowerHelmut Schaa-7/+3
2016-05-09ath9k: Move TX99 config option under ath9k debuggingHelmut Schaa-20/+20
2016-05-09ath9k: reuse ar9003_hw_tx_power_regwrite for tx99 setupHelmut Schaa-58/+5
2016-05-06ath10k: release pre_cal_file while unloading driverRajkumar Manoharan-0/+4
2016-05-06ath10k: update bss channel survey informationRajkumar Manoharan-0/+70
2016-05-06ath10k: handle pdev_chan_info wmi eventRajkumar Manoharan-0/+43
2016-05-06ath10k: implement wmi_pdev_bss_chan_info_requestRajkumar Manoharan-1/+55
2016-05-06ath10k: add pdev bss channel info wmi definitionsRajkumar Manoharan-0/+4
2016-05-06ath10k: fix kernel panic, move arvifs list head init before htt initAnilkumar Kolli-4/+4
2016-05-06ath10k: move spectral related structures under ath10k debugfsMohammed Shafi Shajakhan-2/+1
2016-05-06ath10k: remove VHT capabilities from 2.4GHzJohannes Berg-3/+0
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+3
2016-04-27wcn36xx: Set SMD timeout to 10 secondsBjorn Andersson-1/+1
2016-04-26wil6210: prevent deep sleep of 60G device in critical pathsMaya Erez-32/+194
2016-04-26wil6210: unmask RX_HTRSH interrupt only when connectedMaya Erez-1/+22
2016-04-26wil6210: print debug message when transmitting while disconnectedMaya Erez-1/+19
2016-04-26wil6210: change RX_HTRSH interrupt print level to debugMaya Erez-5/+2
2016-04-26wil6210: support regular scan on P2P_DEVICE interfaceLior David-2/+10
2016-04-26wil6210: add function name to wil log macrosMaya Erez-6/+10
2016-04-26ath6kl: add ability to set debug uart baud rateSteve deRosier-0/+12
2016-04-26ath6kl: fix missing uart debug pin for 6004 HW 3.0Steve deRosier-0/+1
2016-04-26ath10k: fix a typo in ath10k_start()Mohammed Shafi Shajakhan-1/+1
2016-04-26ath10k: add max_tx_power for QCA6174 WLAN.RM.2.0 firmwareAlan Liu-0/+2
2016-04-26Merge ath-next from ath.gitKalle Valo-803/+813
2016-04-25wcn36xx: Fill in capability listBjorn Andersson-1/+78
2016-04-25wcn36xx: Correct remove bss key response encodingBjorn Andersson-27/+1
2016-04-25wcn36xx: Delete BSS before idling linkBjorn Andersson-1/+1
2016-04-25wcn36xx: Use correct command struct for EXIT_BMPS_REQPontus Fuchs-1/+1
2016-04-25wcn36xx: Implement multicast filteringPontus Fuchs-6/+104
2016-04-25wcn36xx: Track association statePontus Fuchs-0/+3
2016-04-25wcn36xx: Clear encrypt_type when deleting bss keyPontus Fuchs-0/+2
2016-04-25wcn36xx: Use allocated self sta index instead of hard codedPontus Fuchs-1/+1
2016-04-25wcn36xx: Copy all members in config_sta v1 conversionPontus Fuchs-2/+17
2016-04-25wcn36xx: Parse trigger_ba response properlyPontus Fuchs-2/+12
2016-04-25wcn36xx: Remove sta pointer in private vif structPontus Fuchs-17/+15
2016-04-25wcn36xx: Fetch private sta data from sta entry instead of from vifPontus Fuchs-1/+1
2016-04-25wcn36xx: Add helper macros to cast sta to privPontus Fuchs-14/+18
2016-04-25wcn36xx: Use define for invalid index and fix typoPontus Fuchs-4/+4
2016-04-25wcn36xx: Use consistent name for private vifPontus Fuchs-14/+14
2016-04-25wcn36xx: Add helper macros to cast vif to private vif and vice versaPontus Fuchs-40/+36
2016-04-25wcn36xx: Pad TIM PVM if neededPontus Fuchs-2/+28