summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-116-11/+24
|\
| * ath9k: Fix tx throughput drops for AR9003 chips with AES encryptionRajkumar Manoharan2011-07-051-1/+2
| * carl9170: add NEC WL300NU-AG usbidChristian Lamparter2011-07-051-0/+2
| * ath5k: fix incorrect use of drvdata in PCI suspend/resume codePavel Roskin2011-07-051-2/+5
| * ath5k: fix incorrect use of drvdata in sysfs codePavel Roskin2011-07-051-3/+6
| * ath5k: fix memory leak when fewer than N_PD_CURVES are in useEugene A. Shatokhin2011-06-291-5/+3
| * ath9k: Fix suspend/resume when no interface is UPRajkumar Manoharan2011-06-291-0/+6
* | ath9k_htc: Inform stack about tx ack statusRajkumar Manoharan2011-07-081-0/+1
* | ath9k_hw: Remove read-only registers from AR9003 intervalsRajkumar Manoharan2011-07-081-3/+1
* | ath9k_hw: Disable power detector calibration for AR9003Rajkumar Manoharan2011-07-081-2/+2
* | ath9k_hw: Update AR9003 interval to improve 5G Tx EVMRajkumar Manoharan2011-07-081-1/+1
* | ath9k_hw: Disable PAPRD based on paprd_ht20_mask for 5GHzMohammed Shafi Shajakhan2011-07-082-0/+32
* | ath5k: read sc->imask with sc->irqlock heldPavel Roskin2011-07-081-1/+2
* | ath5k: use kstrtoint() to parse numbers coming from sysfsPavel Roskin2011-07-081-2/+4
* | ath5k: fix formatting errors found by checkpatch.plPavel Roskin2011-07-0815-180/+182
* | ath5k: fix misplaced or extraneous braces found by checkpatch.plPavel Roskin2011-07-084-16/+14
* | ath5k: use parentheses around macro definitionsPavel Roskin2011-07-082-7/+8
* | ath5k: don't use volatile, it's not neededPavel Roskin2011-07-081-1/+1
* | ath5k: use more readable way to clear MAC addressPavel Roskin2011-07-081-1/+2
* | ath5k: use DEFINE_PCI_DEVICE_TABLE in led.c, mark users with __devinitPavel Roskin2011-07-082-4/+4
* | ath5k: use KERN_WARNING in ATH5K_PRINTFPavel Roskin2011-07-081-1/+2
* | ath5k: remove unneeded parentheses after returnPavel Roskin2011-07-082-2/+2
* | ath5k: replace spaces with tabs as suggested by checkpatch.plPavel Roskin2011-07-0810-94/+94
* | ath5k: remove PRIV_ENTRY and PRIV_ASSIGN macros, they obfuscate the codePavel Roskin2011-07-081-9/+6
* | carl9170: Implement tx_frames_pending mac80211 callback functionChristian Lamparter2011-07-081-0/+8
* | ath9k_htc: do not configure filter before driver is startedRajkumar Manoharan2011-07-081-2/+7
* | carl9170: use carl9170 queue enumsChristian Lamparter2011-07-051-5/+5
* | carl9170: allow PSM if the 5 GHz band is selectedChristian Lamparter2011-07-053-8/+1
* | carl9170: enable IEEE80211_HW_NEED_DTIM_PERIODChristian Lamparter2011-07-051-0/+1
* | carl9170: import 1.9.4 firmware headersChristian Lamparter2011-07-056-22/+63
* | ath9k_htc: Add device ID for Sony UWA-BR100Mohammed Shafi Shajakhan2011-06-291-0/+2
* | ath9k: move few descriptor macros to ath9k.hMohammed Shafi Shajakhan2011-06-292-7/+5
* | ath9k: Fix locking issue during tx completionRajkumar Manoharan2011-06-273-8/+14
* | ath9k_hw: make use of the gain_table_entry macroMohammed Shafi Shajakhan2011-06-271-2/+2
* | ath9k_hw: Add carrier leak correction in desired gain calculationMohammed Shafi Shajakhan2011-06-272-10/+27
* | ath9k_hw: Fix false tx hung detection in AR9003 chipsRajkumar Manoharan2011-06-272-2/+12
* | wireless: unify QoS control field definitionsJohannes Berg2011-06-271-1/+1
* | ath9k: enable support for AR9330Gabor Juhos2011-06-221-0/+1
* | ath9k: add external_reset callback to ath9k_platfom_data for AR9330Gabor Juhos2011-06-223-0/+37
* | ath9k: configure internal regulator for AR9330Gabor Juhos2011-06-221-5/+20
* | ath9k: configure diversity based on eeprom contents for AR9330Gabor Juhos2011-06-221-1/+1
* | ath9k: fix few register offsets for AR9330Gabor Juhos2011-06-221-2/+2
* | ath9k: set diversity group for AR9330Gabor Juhos2011-06-221-1/+4
* | ath9k: add fast_div_bias configuration for diversity group 1Gabor Juhos2011-06-221-0/+83
* | ath9k: remove superfluous parenthesesGabor Juhos2011-06-221-32/+30
* | ath9k: fix antenna diversity configuration for non AR9485 chipsGabor Juhos2011-06-221-2/+8
* | ath9k: add a missing case statement to ath_ant_div_comb_alt_checkGabor Juhos2011-06-221-0/+1
* | ath9k: use correct max_streams for AR9330Gabor Juhos2011-06-221-1/+1
* | ath9k: enable antenna diversity for AR9330Gabor Juhos2011-06-221-1/+1
* | ath9k: set NF limits for AR9330Gabor Juhos2011-06-222-1/+6