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