summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2014-09-23ath9k: Fix NULL pointer dereference on early irqWojciech Dubowik1-1/+1
2014-09-15ath9k_htc: fix random decryption failureJohannes Stezenbach1-1/+1
2014-09-11Revert "ath9k: Calculate sleep duration"Sujith Manoharan1-3/+2
2014-08-25ath9k: fix wrong string size for strncmp in write_file_spec_scan_ctl()Maks Naumov1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds27-371/+2006
2014-08-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+2
2014-07-29ath9k: Initialize channel context ops on ahb probeRajkumar Manoharan1-0/+1
2014-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+9
2014-07-24wireless: ath9k: Get rid of timespec conversionsThomas Gleixner1-5/+2
2014-07-23ath9k: fix aggregation session lockupFelix Fietkau1-0/+9
2014-07-18ath9k: drop negativity checks for unsigned values coming from kstrtoul()Andrey Utkin2-5/+5
2014-07-18ath9k: set up tx power into the MRRLorenzo Bianconi3-4/+18
2014-07-18ath9k: fix pending tx frames accountingFelix Fietkau2-12/+16
2014-07-01ath9k: Calculate sleep durationRajkumar Manoharan1-2/+3
2014-07-01ath9k: Increase max listen intervalRajkumar Manoharan1-1/+1
2014-07-01ath9k: Cache beacon config after associationRajkumar Manoharan1-1/+2
2014-06-25ath9k_hw: Fix pll2_divfrac for AR953xRajkumar Manoharan1-1/+2
2014-06-25ath9k_hw: fix tx gain table index for AR953xRajkumar Manoharan1-2/+4
2014-06-25ath9k_hw: fix XPABIASLEVEL settings for AR9531Rajkumar Manoharan1-1/+2
2014-06-25ath9k_hw: Add QCA953x 2.0 initvalsRajkumar Manoharan3-4/+214
2014-06-25ath9k_hw: update CCK loop coefficients for AR953x 1.0Rajkumar Manoharan1-1/+1
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+2
2014-06-20ath9k: Fix build error in ath_reset_internalRajkumar Manoharan1-5/+3
2014-06-19ath9k: Advertise multichannel supportRajkumar Manoharan1-2/+20
2014-06-19ath9k: use separate HW queue for each channel contextRajkumar Manoharan4-7/+63
2014-06-19ath9k: Add recovery mechanism for hw TSF timerFelix Fietkau4-7/+31
2014-06-19ath9k: Update channel switch timerFelix Fietkau1-0/+11
2014-06-19ath9k: Handle beacon miss on multi channel contextFelix Fietkau2-4/+27
2014-06-19ath9k: Add periodic NoA supportFelix Fietkau3-8/+44
2014-06-19ath9k: Add multi-channel scheduling supportFelix Fietkau3-4/+99
2014-06-19ath9k: Implement mgd_prepare_txFelix Fietkau3-8/+46
2014-06-19ath9k: Adjust AP beacon tsf based on station contextFelix Fietkau3-0/+55
2014-06-19ath9k: switch channel after sending beaconFelix Fietkau1-1/+2
2014-06-19ath9k: Add p2p go NoA attributeFelix Fietkau4-5/+80
2014-06-19ath9k: Store current offchannel durationRajkumar Manoharan2-9/+20
2014-06-19ath9k: switch channel context for beaconingFelix Fietkau5-5/+126
2014-06-19ath9k: Summarize hw state per channel contextRajkumar Manoharan4-158/+184
2014-06-19ath9k: Move beacon config to channel contextRajkumar Manoharan7-12/+12
2014-06-19ath9k: save tsf in channel contextFelix Fietkau5-5/+37
2014-06-19ath9k: Add ATH_OP_MULTI_CHANNELFelix Fietkau1-0/+13
2014-06-19ath9k: Move caldata into channel contextFelix Fietkau4-5/+5
2014-06-19ath9k: Fetch appropriate operating channel contextRajkumar Manoharan3-24/+34
2014-06-19ath9k: Implement channel context opsFelix Fietkau4-12/+102
2014-06-19ath9k: Implement remain-on-channal supportFelix Fietkau4-15/+124
2014-06-19ath9k: Implement hw_scan supportFelix Fietkau6-2/+255
2014-06-19ath9k: send powersave frame on channel switchFelix Fietkau3-0/+106
2014-06-19ath9k: channel context based transmissionFelix Fietkau2-4/+23
2014-06-19ath9k: Add channel context worker threadFelix Fietkau8-21/+99
2014-06-19ath9k: Move acq to channel contextFelix Fietkau4-28/+63