summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2014-02-25Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville11-183/+884
2014-02-15ath10k: implement sta_rc_update()Michal Kazior3-0/+175
2014-02-15ath10k: fix SMPS supportMichal Kazior1-12/+44
2014-02-14ath10k: release conf_mutex if vdev_start() failsKalle Valo1-1/+2
2014-02-14ath: remove camel case from struct reg_dmn_pair_mappingKalle Valo1-3/+3
2014-02-14ath10k: fix alignment in ath10k_dbg()Kalle Valo1-1/+1
2014-02-13ath10k: Use pci_enable_msi_range()Alexander Gordeev1-2/+3
2014-02-13ath10k: Disable MSI in case IRQ configuration is unknownAlexander Gordeev1-0/+2
2014-02-13ath10k: Get rid of superfluous call to pci_disable_msi()Alexander Gordeev1-2/+0
2014-02-13ath10k: pass frames with invalid peer status to upper layerJanusz Dziedzic1-0/+1
2014-02-13ath10k: AP: handle HT station which does not have HT RX MCSBartosz Markowski1-2/+17
2014-02-13ath10k: suspend hardware before resetMarek Puzyniak5-14/+31
2014-02-13ath10k: refactor suspend/resume functionsMarek Puzyniak3-20/+28
2014-02-13ath10k: fix device initialization routineMichal Kazior2-7/+133
2014-02-13ath10k: Set proper nss value for the peerMarek Kwaczynski1-1/+1
2014-02-13ath10k: remove excessive rx msdu len checkBartosz Markowski1-6/+0
2014-02-13ath10k: better tx/rx debuggingBen Greear2-9/+12
2014-02-13ath10k: add more debugging for receive errorsBen Greear2-2/+13
2014-02-13ath10k: print out size of wmi-ready-event messageBen Greear1-2/+2
2014-02-06mac80211: move VHT related RX_FLAG to another variableEmmanuel Grumbach1-2/+2
2014-02-04ath10k: Print out firmware feature bits from IE.Ben Greear1-1/+5
2014-01-30ath10k: configure access category for arpMarek Puzyniak3-4/+18
2014-01-30ath10k: properly return err from start()Michal Kazior1-1/+2
2014-01-24ath10k: implement and use new beacon methodMichal Kazior4-24/+85
2014-01-24ath10k: implement AP CSAMichal Kazior2-0/+21
2014-01-24ath10k: implement channel switchingMichal Kazior2-30/+156
2014-01-23ath10k: fix the printing of 10.x FW version when FW crashedChun-Yeow Yeoh1-3/+1
2014-01-23ath10k: AP mode, set UAPSD params correctlyJanusz Dziedzic1-34/+46
2014-01-23ath10k: enable firmware STA quick kickoutKalle Valo4-8/+88
2014-01-20ath10k: enable wmi ps peer param command for 10.x FWJanusz Dziedzic1-1/+1
2014-01-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+0
2014-01-10ath10k: add set_bitrate_mask callbackJanusz Dziedzic3-0/+317
2014-01-10ath10k: add debugfs file to control firmware dbglogKalle Valo4-0/+154
2014-01-10ath10k: add trace event for WMI_DEBUG_MESG_EVENTIDKalle Valo2-2/+28
2014-01-10ath10k: handle WMI debug print eventsKalle Valo1-2/+31
2014-01-10ath10k: track number of existing peersBartosz Markowski3-3/+29
2014-01-10ath10k: disable STA kickout in FWMarek Puzyniak1-1/+8
2014-01-10ath10k: add DFS_CERTIFIED optionJanusz Dziedzic1-0/+7
2014-01-08mac80211: remove channel_change_timeJohannes Berg1-1/+0
2013-12-16ath10k: introduce NO_P2P fw feature flagBartosz Markowski2-3/+9
2013-12-16ath10k: split the if_limits and if_combBartosz Markowski1-9/+17
2013-12-16ath10k: fix band reporting for mgmt CCK frames on 5GHzMichal Kazior1-1/+20
2013-12-16ath10k: handle TKIP MIC error correctlyJanusz Dziedzic3-1/+17
2013-12-11ath10k: fix WEP Shared authenticationMichal Kazior1-1/+5
2013-12-10Merge tag 'for-linville-20131203' of git://github.com/kvalo/athJohn W. Linville18-406/+1413
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+2
2013-12-02ath10k: fix multi BSSID with WPA on FW 10.1Michal Kazior1-0/+40
2013-11-27ath10k: fix Tx status clearingMichal Kazior1-1/+1
2013-11-27ath10k: allow explicit MSI/MSI-X disablingMichal Kazior1-13/+34
2013-11-27ath10k: re-add support for early fw indicationMichal Kazior2-5/+102