summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2015-05-25Merge tag 'wireless-drivers-next-for-davem-2015-05-21' of git://git.kernel.or...David S. Miller27-1178/+4771
2015-04-28Merge ath-next from ath.gitKalle Valo27-1180/+4802
2015-04-27ath10k: implement more versatile set_bitrate_maskMichal Kazior2-20/+255
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-3/+1
2015-04-22ath10k: enable IEEE80211_HW_SUPPORT_FAST_XMITJohannes Berg1-1/+2
2015-04-21ath10k: fix qca61x4 hw2.1 supportMichal Kazior1-3/+2
2015-04-21ath10k: allow loading device specific board filesMichal Kazior4-8/+62
2015-04-21ath10k: share board file loading code across FW APIsMichal Kazior1-32/+24
2015-04-17ath10k: enable the BT-coex featureYanbo Li2-0/+8
2015-04-17ath10k: add the WMI Air Time Fairness service defineYanbo Li1-0/+5
2015-04-17ath10k: use MAC clock rate same as FW uses for survey accuracyPeter Oh1-3/+1
2015-04-17ath10k: enable ibss-rsnJanusz Dziedzic1-0/+2
2015-04-17ath10k: set def key idx for ibssMichal Kazior1-3/+7
2015-04-17ath10k: fix multiple key static wep with ibssMichal Kazior1-3/+28
2015-04-17ath10k: don't use reassoc flagMichal Kazior1-1/+0
2015-04-17ath10k: change static wep key handling for client modeMichal Kazior1-66/+23
2015-04-17ath10k: add extra check for frame tracingMichal Kazior1-7/+13
2015-04-17ath10k: fix error handling in pci_probeMichal Kazior1-1/+1
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-47/+465
2015-04-15ath10k: use scan burst for hw rocMichal Kazior3-1/+3
2015-04-15ath10k: fix hw roc expirationMichal Kazior1-4/+8
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-04-09ath10k: fix no-ack frame statusSujith Manoharan3-2/+10
2015-04-09ath10k: change the fw stats access maskYanbo Li3-4/+7
2015-04-09ath10k: fix static wep with more than 1 key in client modeMichal Kazior1-19/+22
2015-04-09ath10k: fix arvif->wep_keys clearingMichal Kazior1-5/+7
2015-04-09ath10k: replenish htc tx credits alwaysMichal Kazior1-19/+1
2015-04-09ath10k: fix insufficient tracing buffer sizeMichal Kazior1-1/+1
2015-04-09ath10k: disable burst modeJanusz Dziedzic1-0/+10
2015-04-01ath10k: fix IBSS scanning on wmi-tlv and qca6174Michal Kazior1-19/+12
2015-04-01ath10k: clean up set_bitrate_mask handlingMichal Kazior2-245/+146
2015-04-01ath10k: allocate fw resources for iface combinationsMichal Kazior2-8/+6
2015-04-01ath10k: enable multi-channel on supported devicesMichal Kazior1-1/+80
2015-04-01ath10k: implement tx pause wmi eventMichal Kazior4-0/+187
2015-04-01ath10k: rework tx queue lockingMichal Kazior4-4/+101
2015-04-01ath10k: implement adaptive qcs commandMichal Kazior5-0/+54
2015-04-01ath10k: implement chanctx APIMichal Kazior5-125/+699
2015-04-01ath10k: allow empty ssid vdev configMichal Kazior2-4/+0
2015-04-01ath10k: don't call quiet mode if it's not implementedMichal Kazior1-0/+3
2015-04-01ath10k: fix survey reportingMichal Kazior2-1/+5
2015-04-01ath10k: harmonize error case handling in ath10k_core_startNicholas Mc Guire2-12/+14
2015-04-01ath10k: core: match wait_for_completion_timeout return typeNicholas Mc Guire1-2/+3
2015-04-01ath10k: thermal: match wait_for_completion_timeout return typeNicholas Mc Guire1-3/+4
2015-04-01ath10k: debug: match wait_for_completion_timeout return typeNicholas Mc Guire1-5/+6
2015-04-01ath10k: htc: match wait_for_completion_timeout return typeNicholas Mc Guire1-10/+13
2015-04-01ath10k: mac: match wait_for_completion_timeout return typeNicholas Mc Guire1-9/+11
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller1-1/+2
2015-03-30ath10k: fix aid setup in station modeMichal Kazior1-1/+7
2015-03-30ath10k: document ofdm/5ghz rate offset with a macroMichal Kazior1-6/+9
2015-03-30ath10k: deduplicate bitrate to rate idx conversionMichal Kazior3-58/+19