summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)Author
2013-06-17ath9k: Fix ANI for AP modeSujith Manoharan
2013-06-17ath9k: Fix LNA gpio for AR9485Sujith Manoharan
2013-06-14ath9k: Add custom parameters for CUS198Sujith Manoharan
2013-06-13Merge branch 'for-linville-ath10k' of git://github.com/kvalo/ath6klJohn W. Linville
2013-06-13Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville
2013-06-13ath9k: Fix ANI trigger thresholdSujith Manoharan
2013-06-13carl9170: add support for the new rate control APIChristian Lamparter
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-06-12ath5k: make use of the new rate control APIThomas Huehn
2013-06-12ath9k: Do not assign noise for NULL caldataSujith Manoharan
2013-06-12ath9k: Fix noisefloor calibrationSujith Manoharan
2013-06-12ath9k_hw: Assign default xlna config for AR9485Sujith Manoharan
2013-06-12ath9k_htc: add STBC TX supportOleksij Rempel
2013-06-12wil6210: Fix AP/PCP start flowKirshenbaum Erez
2013-06-12wil6210: fix name of tracing config optionHauke Mehrtens
2013-06-12wil6210: Init Rx vring right after resetVladimir Kondratiev
2013-06-12wil6210: Send EAPOL frames using normal Tx queueVladimir Kondratiev
2013-06-12wil6210: Derive IE's for APVladimir Kondratiev
2013-06-12wil6210: improve frame type reportingVladimir Kondratiev
2013-06-12wil6210: map more FW memoryVladimir Kondratiev
2013-06-12wil6210: fix timeout for start_pcpVladimir Kondratiev
2013-06-12ath9k: limit multicast buffer hardware queue depthFelix Fietkau
2013-06-12ath9k: implement support for .release_buffered_frames()Felix Fietkau
2013-06-12ath9k: add support for IEEE80211_TX_CTL_PS_RESPONSEFelix Fietkau
2013-06-12ath: add VHT80 support for regulatory domainsLuis R. Rodriguez
2013-06-12ath9k: Remove unused ANI macrosSujith Manoharan
2013-06-12ath9k: Remove redundant codeSujith Manoharan
2013-06-12ath9k: Fix ofdm weak signal configurationSujith Manoharan
2013-06-12ath9k: Fix ANI levelsSujith Manoharan
2013-06-12ath9k: Fix ANI monitoringSujith Manoharan
2013-06-12ath9k: Fix OFDM weak signal detection for AP modeSujith Manoharan
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-06-12ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devicesKalle Valo
2013-06-12ath9k: Use minstrel rate control by defaultSujith Manoharan
2013-06-12Revert "ath9k_hw: Update rx gain initval to improve rx sensitivity"Felix Fietkau
2013-06-12ath9k: Disable PowerSave by defaultSujith Manoharan
2013-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-06-11ath6kl: make mgmt_tx accept a NULL channelAntonio Quartulli
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-04Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg
2013-06-03ath9k: Do not maintain ANI state per-channelSujith Manoharan
2013-06-03ath9k: Print ANI statistics in debugfsSujith Manoharan
2013-06-03ath9k: Set ofdmWeakSigDetect directlySujith Manoharan
2013-06-03ath9k: Simplify ANI initializationSujith Manoharan
2013-06-03ath9k: Remove unused structure ath_dbg_bb_mac_sampSujith Manoharan
2013-06-03ath9k: Enable WoW only for AR9462Sujith Manoharan
2013-06-03ath9k: Return early for invalid ratesSujith Manoharan
2013-06-03ath9k: advertise support for active monitor interfacesFelix Fietkau
2013-06-03cfg80211: take WoWLAN support information out of wiphy structJohannes Berg
2013-06-03net: wireless: replace strict_strtoul() with kstrtoul()Jingoo Han