summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/mac.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-03ath10k: add vdev-id, return code to error codesBen Greear1-86/+115
2014-02-28ath10k: remove DMA mapping wrappersMichal Kazior1-1/+3
2014-02-27ath10k: bitrate_mask add force_sgi supportJanusz Dziedzic1-3/+32
2014-02-27ath10k: enable spectrum management supportJanusz Dziedzic1-1/+2
2014-02-26ath10k: fix sta_rc_update for non-ap iftypeMichal Kazior1-4/+7
2014-02-26ath10k: add more details to some debug messagesBen Greear1-1/+2
2014-02-26ath10k: implement drv_get_tsf for ibss mergingChun-Yeow Yeoh1-0/+11
2014-02-15ath10k: implement sta_rc_update()Michal Kazior1-0/+157
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-13ath10k: AP: handle HT station which does not have HT RX MCSBartosz Markowski1-2/+17
2014-02-13ath10k: suspend hardware before resetMarek Puzyniak1-11/+3
2014-02-13ath10k: refactor suspend/resume functionsMarek Puzyniak1-14/+25
2014-02-13ath10k: Set proper nss value for the peerMarek Kwaczynski1-1/+1
2014-01-30ath10k: configure access category for arpMarek Puzyniak1-0/+17
2014-01-30ath10k: properly return err from start()Michal Kazior1-1/+2
2014-01-24ath10k: implement and use new beacon methodMichal Kazior1-0/+10
2014-01-24ath10k: implement AP CSAMichal Kazior1-0/+10
2014-01-24ath10k: implement channel switchingMichal Kazior1-26/+148
2014-01-23ath10k: AP mode, set UAPSD params correctlyJanusz Dziedzic1-34/+46
2014-01-23ath10k: enable firmware STA quick kickoutKalle Valo1-7/+51
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 Dziedzic1-0/+302
2014-01-10ath10k: track number of existing peersBartosz Markowski1-3/+25
2014-01-10ath10k: disable STA kickout in FWMarek Puzyniak1-1/+8
2014-01-08mac80211: remove channel_change_timeJohannes Berg1-1/+0
2013-12-16ath10k: introduce NO_P2P fw feature flagBartosz Markowski1-3/+6
2013-12-16ath10k: split the if_limits and if_combBartosz Markowski1-9/+17
2013-12-10Merge tag 'for-linville-20131203' of git://github.com/kvalo/athJohn W. Linville1-32/+284
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-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez1-2/+2
2013-11-20ath10k: introduce DFS implementationMarek Puzyniak1-10/+150
2013-11-20ath10k: add phyerr/dfs handlingJanusz Dziedzic1-0/+24
2013-11-15ath10k: allow dynamic bandwidth in hw rate controlMichal Kazior1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-9/+9
2013-11-12ath10k: add logging to better determine some VIF/STA creation failuresBen Greear1-6/+10
2013-10-30ath10k: plug memory leak in wmi mgmt tx workerMichal Kazior1-1/+3
2013-10-24ath10k: respect power_level valuesMichal Kazior1-0/+20
2013-10-24ath10k: use proper tx power unitMichal Kazior1-9/+9
2013-10-24ath10k: setup min channel power to a reasonable valueMichal Kazior1-3/+3
2013-10-24ath10k: Initialize list-head on vif creation.Ben Greear1-0/+1
2013-10-21ath10k: add sanity checks for monitor managementMichal Kazior1-0/+15
2013-10-21ath10k: prevent starting monitor without a vdevMichal Kazior1-2/+8
2013-10-16ath10k: fix ath10k_bss_assoc() to not sleep in atomic contextKalle Valo1-19/+37
2013-10-16ath10k: remove unnecessary checksMichal Kazior1-21/+0
2013-10-16ath10k: fix scheduling while atomic config bugMichal Kazior1-84/+62
2013-10-16ath10k: track vif list internallyMichal Kazior1-0/+3
2013-10-16ath10k: fix add_interface failure handlingMichal Kazior1-13/+40