summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* mac80211: pass block ack session timeout to to driverSara Sharon2016-01-142-6/+9
* ath9k: fix ath9k_hw_nvram_check_version()Dan Carpenter2016-01-071-1/+1
* ath9k: Enable support for cloned SKBSPawel Kulakowski2016-01-071-0/+1
* ath9k_htc: fix handling return value of ath9k_hw_calibrateAndrzej Hajda2015-12-311-1/+1
* ath9k: fix inconsistent indenting on return statementColin Ian King2015-12-111-1/+1
* ath9k: feeding entropy in kernel from ADC captureMiaoqing Pan2015-12-115-0/+145
* ath9k: fix AR_RX_FILTER for ar9462/ar9565 when rx stoppedMiaoqing Pan2015-12-112-3/+3
* ath9k: remove ath9k_mod_tsf64_tuJanusz Dziedzic2015-12-081-18/+4Star
* ath9k: MCC, print time elapsed between eventsJanusz Dziedzic2015-12-082-2/+18
* ath9k: MCC, add NOA also in case of an APJanusz Dziedzic2015-12-081-1/+2
* ath9k: P2P_CLIENT, get/set NOA correctlyJanusz Dziedzic2015-12-081-2/+5
* ath9k: MCC enable Opportunistic Power SaveJanusz Dziedzic2015-12-081-0/+2
* ath9k: setup correct skb priority for nullfuncJanusz Dziedzic2015-12-081-0/+1
* ath9k: use u32 when calculate tsfJanusz Dziedzic2015-12-081-2/+2
* ath9k: P2P_CLIENT, send frames after 1ms AP/GO will aprearJanusz Dziedzic2015-12-081-0/+4
* ath9k: queue null frames in case of MCCJanusz Dziedzic2015-12-081-0/+6
* ath9k: print real timer valueJanusz Dziedzic2015-12-081-3/+5
* ath9k: add debug messages to aggr/chanctx funcsJanusz Dziedzic2015-12-083-7/+27
* ath9k: Simplify and fix eeprom endianness swappingMartin Blumenstingl2015-12-085-159/+123Star
* ath9k_htc: check for underflow in ath9k_htc_rx_msg()Dan Carpenter2015-11-261-1/+1
* Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-052-3/+3
|\
| * debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-042-3/+3
* | ath9k: fix phyerror codesZefir Kurtisi2015-10-282-10/+22
* | Merge tag 'wireless-drivers-next-for-davem-2015-10-27' of git://git.kernel.or...David S. Miller2015-10-284-13/+12Star
|\ \
| * | ath9k: fix QCA9561 XLNA rxgain initialMiaoqing Pan2015-10-141-4/+3Star
| * | ath9k: rename ini_modes_rxgain_5g_xlna to ini_modes_rxgain_xlnaMiaoqing Pan2015-10-143-8/+8
| * | ath9k: Fix NF CCA limits for AR9287 and AR9227Martin Blumenstingl2015-10-141-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-0/+1
|\ \ \ | |/ / |/| |
| * | ath9k: declare required extra tx headroomFelix Fietkau2015-09-261-0/+1
| |/
* | Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.or...David S. Miller2015-10-1310-34/+125
|\ \
| * | ath9k: Add support for OCB modeJan Kaisrlik2015-09-297-6/+16
| * | ath9k: enable hw manual peak calibration for QCA9561Miaoqing Pan2015-09-291-2/+4
| * | ath9k_htc: introduce support for different fw versionsOleksij Rempel2015-09-183-26/+105
| |/
* / mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach2015-09-222-2/+2
|/
* ath9k_htc: do ani shortcalibratio if we got -ETIMEDOUTOleksij Rempel2015-08-251-3/+10
* ath9k: add correct MAC/BB name for ar9561Miaoqing Pan2015-08-181-0/+1
* ath9k: match wait_for_completion_timeout return typeNicholas Mc Guire2015-08-131-1/+1
* ath9k_htc: wmi: match wait_for_completion_timeout return typeNicholas Mc Guire2015-08-131-1/+2
* ath9k_htc: drv_init: match wait_for_completion_timeout return typeNicholas Mc Guire2015-08-131-1/+1
* ath9k_htc: match wait_for_completion_timeout return typeNicholas Mc Guire2015-08-131-3/+6
* ath9k: fix build with CONFIG_ATH9K_STATION_STATISTICS=yFelix Fietkau2015-08-071-17/+3Star
* ath9k: remove the sched field in struct ath_atx_tidFelix Fietkau2015-08-062-16/+8Star
* ath9k: remove struct ath_atx_acFelix Fietkau2015-08-062-99/+41Star
* ath9k: add fast-xmit supportFelix Fietkau2015-08-061-0/+1
* ath9k: setup rxfilter when offchannelJanusz.Dziedzic@tieto.com2015-08-061-0/+3
* ath9k: setup rxfilter for all chanctxJanusz.Dziedzic@tieto.com2015-08-061-1/+3
* ath9k: handle RoC cancel correctlyJanusz.Dziedzic@tieto.com2015-08-063-10/+26
* ath9k: advertise p2p dev support when chanctxJanusz.Dziedzic@tieto.com2015-08-061-1/+6
* Merge tag 'wireless-drivers-next-for-davem-2015-07-31' of git://git.kernel.or...David S. Miller2015-08-016-25/+192
|\
| * Revert "ath9k: export HW random number generator"Kalle Valo2015-07-315-110/+0Star