summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2011-07-08ath9k_htc: Inform stack about tx ack statusRajkumar Manoharan1-0/+1
2011-07-08ath9k_hw: Remove read-only registers from AR9003 intervalsRajkumar Manoharan1-3/+1
2011-07-08ath9k_hw: Disable power detector calibration for AR9003Rajkumar Manoharan1-2/+2
2011-07-08ath9k_hw: Update AR9003 interval to improve 5G Tx EVMRajkumar Manoharan1-1/+1
2011-07-08ath9k_hw: Disable PAPRD based on paprd_ht20_mask for 5GHzMohammed Shafi Shajakhan2-0/+32
2011-07-08ath5k: read sc->imask with sc->irqlock heldPavel Roskin1-1/+2
2011-07-08ath5k: use kstrtoint() to parse numbers coming from sysfsPavel Roskin1-2/+4
2011-07-08ath5k: fix formatting errors found by checkpatch.plPavel Roskin15-180/+182
2011-07-08ath5k: fix misplaced or extraneous braces found by checkpatch.plPavel Roskin4-16/+14
2011-07-08ath5k: use parentheses around macro definitionsPavel Roskin2-7/+8
2011-07-08ath5k: don't use volatile, it's not neededPavel Roskin1-1/+1
2011-07-08ath5k: use more readable way to clear MAC addressPavel Roskin1-1/+2
2011-07-08ath5k: use DEFINE_PCI_DEVICE_TABLE in led.c, mark users with __devinitPavel Roskin2-4/+4
2011-07-08ath5k: use KERN_WARNING in ATH5K_PRINTFPavel Roskin1-1/+2
2011-07-08ath5k: remove unneeded parentheses after returnPavel Roskin2-2/+2
2011-07-08ath5k: replace spaces with tabs as suggested by checkpatch.plPavel Roskin10-94/+94
2011-07-08ath5k: remove PRIV_ENTRY and PRIV_ASSIGN macros, they obfuscate the codePavel Roskin1-9/+6
2011-07-08carl9170: Implement tx_frames_pending mac80211 callback functionChristian Lamparter1-0/+8
2011-07-08ath9k_htc: do not configure filter before driver is startedRajkumar Manoharan1-2/+7
2011-07-05carl9170: use carl9170 queue enumsChristian Lamparter1-5/+5
2011-07-05carl9170: allow PSM if the 5 GHz band is selectedChristian Lamparter3-8/+1
2011-07-05carl9170: enable IEEE80211_HW_NEED_DTIM_PERIODChristian Lamparter1-0/+1
2011-07-05carl9170: import 1.9.4 firmware headersChristian Lamparter6-22/+63
2011-06-29ath9k_htc: Add device ID for Sony UWA-BR100Mohammed Shafi Shajakhan1-0/+2
2011-06-29ath9k: move few descriptor macros to ath9k.hMohammed Shafi Shajakhan2-7/+5
2011-06-27ath9k: Fix locking issue during tx completionRajkumar Manoharan3-8/+14
2011-06-27ath9k_hw: make use of the gain_table_entry macroMohammed Shafi Shajakhan1-2/+2
2011-06-27ath9k_hw: Add carrier leak correction in desired gain calculationMohammed Shafi Shajakhan2-10/+27
2011-06-27ath9k_hw: Fix false tx hung detection in AR9003 chipsRajkumar Manoharan2-2/+12
2011-06-27wireless: unify QoS control field definitionsJohannes Berg1-1/+1
2011-06-23ath9k: enable support for AR9330Gabor Juhos1-0/+1
2011-06-23ath9k: add external_reset callback to ath9k_platfom_data for AR9330Gabor Juhos3-0/+37
2011-06-23ath9k: configure internal regulator for AR9330Gabor Juhos1-5/+20
2011-06-23ath9k: configure diversity based on eeprom contents for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: fix few register offsets for AR9330Gabor Juhos1-2/+2
2011-06-23ath9k: set diversity group for AR9330Gabor Juhos1-1/+4
2011-06-23ath9k: add fast_div_bias configuration for diversity group 1Gabor Juhos1-0/+83
2011-06-23ath9k: remove superfluous parenthesesGabor Juhos1-32/+30
2011-06-23ath9k: fix antenna diversity configuration for non AR9485 chipsGabor Juhos1-2/+8
2011-06-23ath9k: add a missing case statement to ath_ant_div_comb_alt_checkGabor Juhos1-0/+1
2011-06-23ath9k: use correct max_streams for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: enable antenna diversity for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: set NF limits for AR9330Gabor Juhos2-1/+6
2011-06-23ath9k: configure xpa bias level for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: use correct EEPROM base for AR9330Gabor Juhos1-0/+2
2011-06-23ath9k: enable tuning capacitance configuration for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: skip internal regulator configuration for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: enable TX/RX data byte swap for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: configure RF channel frequency for AR9330Gabor Juhos1-1/+13
2011-06-23ath9k: fix channel frequency calculation for AR9340Gabor Juhos1-1/+1