aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-28ath9k: remove useless variable assignment in ath_mci_intr()Gustavo A. R. Silva1-1/+1
2017-06-28ath10k: fix a bunch of spelling mistakes in messagesColin Ian King4-5/+5
2017-06-28ath9k: Use mutex_lock to avoid potential race in start/stop rngMiaoqing Pan1-4/+4
2017-06-28ath9k: avoid potential freezing during random generator readMiaoqing Pan1-1/+5
2017-06-28ath9k: fix an invalid pointer dereference in ath9k_rng_stop()Miaoqing Pan1-1/+3
2017-06-28ath10k: add const to thermal_cooling_device_ops structureBhumika Goyal1-1/+1
2017-06-28ath9k: fix tx99 bus errorMiaoqing Pan1-2/+0
2017-06-28ath9k: fix tx99 use after freeMiaoqing Pan1-4/+9
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller27-535/+1718
2017-06-22Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo27-535/+1718
2017-06-21wil6210: remove ioctl interfaceMaya Erez4-190/+0
2017-06-21wil6210: add support for PCIe D3hot in system suspendMaya Erez11-49/+603
2017-06-21wil6210: prevent platform callbacks after uninitDedy Lansky1-4/+9
2017-06-21ath10k: set rxnss_override for QCA9888Sven Eckelmann1-2/+6
2017-06-21ath10k: configure rxnss_override for QCA9984Ben Greear5-1/+69
2017-06-21ath10k: use complete VHT chan width for 160MHz workaroundBen Greear1-1/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg7-10/+8
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg4-12/+7
2017-06-16networking: introduce and use skb_put_data()Johannes Berg6-15/+11
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2017-06-16ath6kl: fix spelling mistake: "Indicat" -> "Indicate"Colin Ian King1-1/+1
2017-06-16ath10k: add per chain RSSI reportingNorik Dzhandzhapanyan1-0/+13
2017-06-16ath10k: define structures for CE ctrl/misc registerSarada Prasanna Garnayak6-195/+325
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-12Merge tag 'wireless-drivers-next-for-davem-2017-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller22-104/+2782
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-06-01ath10k: fix the logic of limiting tdls peer countsRyan Hsu1-28/+21
2017-06-01ath10k: add BMI parameters to fix calibration from DT/pre-calAnilkumar Kolli2-3/+15
2017-06-01ath10k: initialize nbytes to 0Ben Greear1-0/+4
2017-06-01ath10k: log when longer bmi cmds happenBen Greear1-6/+21
2017-06-01ath10k: increase BMI timeoutBen Greear1-2/+2
2017-05-31ath10k: go back to using dma_alloc_coherent() for firmware scratch memoryAdrian Chadd1-25/+10
2017-05-23wil6210: support devices with different PCIe bar sizeMaya Erez4-12/+17
2017-05-23wil6210: Improve AP stop handlingHamad Kadmany1-0/+2
2017-05-23wil6210: add option to load FTM FWHamad Kadmany2-7/+20
2017-05-23wil6210: low level RF sector APILior David1-0/+573
2017-05-23ath10k: fix reported HT MCS rates with NSS > 1Sven Eckelmann1-4/+10
2017-05-23ath10k: remove unnecessary codeGustavo A. R. Silva1-9/+0
2017-05-23wcn36xx: Close SMD channel on device removalBjorn Andersson1-0/+2
2017-05-19Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo22-104/+2782
2017-05-19ath9k: check ah->curchan when updating tx powerStanislaw Gruszka1-1/+1
2017-05-19ath9k: remove unnecessary codeGustavo A. R. Silva1-1/+1
2017-05-19wil6210: use memdup_userGeliang Tang1-8/+4
2017-05-19ath5k: fix memory leak on buf on failed eeprom readColin Ian King1-1/+4
2017-05-19ath9k: fix spelling in ath9k_tx99_init()Ammly Fredrick1-1/+1
2017-05-19ath6kl: assure headroom of skbuff is writable in .start_xmit()Arend Van Spriel1-9/+4
2017-05-08mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg2-3/+3
2017-05-04ath10k: append the wmi_op_version to testmode get_version cmdRyan Hsu2-0/+8
2017-05-04ath10k: fix out of bounds access to local bufferMichael Mera1-6/+10