aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/wireless/ath9k: fix sparse warnings: Should it be static?Hannes Eder2009-02-171-4/+4
* ath9k: add udelay() for AR5416 on ath9k_hw_configpcipowersave()Luis R. Rodriguez2009-02-131-2/+2
* ath9k: add comments for ath9k_hw_configpcipowersave()Luis R. Rodriguez2009-02-131-0/+35
* ath9k: Remove all the useless ah_ variable prefixesSujith2009-02-1318-845/+841
* ath9k: Cleanup EEPROM operationsSujith2009-02-136-1492/+1453
* ath9k: Add callbacks hooks for EEPROM operationsSujith2009-02-131-0/+17
* ath9k: Merge ath_hal and ath_hal_5416 structuresSujith2009-02-1322-1109/+956
* ath9k: Remove duplicate variablesSujith2009-02-135-76/+38
* ath9k: Move regulatory information to a separate structureSujith2009-02-136-61/+66
* ath9k: Store HW version information in a separate structureSujith2009-02-136-73/+84
* ath9k: Remove all the sc_ prefixesSujith2009-02-137-342/+330
* ath9k: Convert ANI channel to a pointerSujith2009-02-133-31/+31
* ath9k: Header file cleanupSujith2009-02-1326-2754/+2733
* ath9k: Add retry counters to rate control debug fileSujith2009-02-113-4/+30
* ath9k: Handle mac80211's FIF_CONTROL flag properlySujith2009-02-111-0/+3
* ath9k: Remove all the redundant internal buffer typesSujith2009-02-113-29/+23
* ath9k: Lock mac80211 callbacks with a mutexSujith2009-02-111-14/+46
* ath9k: fix reg_notifier() flags used upon a country IELuis R. Rodriguez2009-02-091-2/+2
* ath9k: fix led namingDanny Kukawka2009-02-091-5/+5
* ath9k: Add debugfs files for printing TX rate detailsSujith2009-02-093-0/+119
* ath9k: Handle mac80211's RC flags for MCS ratesSujith2009-02-094-117/+111
* ath9k: Cleanup get_rate() interfaceSujith2009-02-091-39/+28
* ath9k: Fix LED blink patternVasanthakumar Thiagarajan2009-02-092-6/+56
* ath9k: Remove a bunch of unused macrosSujith2009-02-091-11/+0
* ath9k: Fix typo in checking for chip revisionSujith2009-02-091-1/+1
* ath9k: remove passive scan on 5 GHz if country IE knows betterLuis R. Rodriguez2009-02-091-4/+12
* ath9k: move check for radar freqs into a helperLuis R. Rodriguez2009-02-091-3/+7
* ath9k: replace usage of internal wireless_modes for confLuis R. Rodriguez2009-02-091-4/+1
* ath9k: Enable MIB and TIM interrupts for station mode.Vivek Natarajan2009-02-091-19/+21
* ath9k: Fix lockdep warningSujith2009-02-092-16/+15
* ath9k: Fix bug in TX DMA terminationSujith2009-01-301-6/+25
* ath9k: Setup short preamble properly in rate registrationSujith2009-01-301-0/+6
* ath9k: Fix station access in aggregation completionSujith2009-01-301-5/+15
* ath9k: Reconfigure beacons on getting a notification from mac80211Sujith2009-01-301-16/+19
* ath9k: Handle chainmask for A9280Sujith2009-01-302-1/+2
* ath9k: remove useless ath9k driver version informationLuis R. Rodriguez2009-01-291-4/+3
* ath9k: Fix AR9285 specific noise floor eeprom reads.Senthil Balasubramanian2009-01-292-41/+42
* ath9k: fix debug print on regdLuis R. Rodriguez2009-01-291-1/+1
* mac80211: Generic TSF debuggingAlina Friedrichsen2009-01-293-49/+9
* ath9k: Clean up the way the eeprom antenna configuration is readVasanthakumar Thiagarajan2009-01-292-51/+17
* ath9k: Remove unused ath9k_hw_select_antconfig() from hw.cVasanthakumar Thiagarajan2009-01-292-22/+0
* ath9k: Fix bug in NF calibrationSujith2009-01-291-1/+3
* ath9k: Fix bug in rate control capability registrationSujith2009-01-291-1/+3
* ath9k: Fix MCS rates registration bug for AR9285Sujith2009-01-291-5/+18
* ath9k: Read and write the TSF via debugfsAlina Friedrichsen2009-01-294-0/+58
* ath9k: simplify regulatory codeLuis R. Rodriguez2009-01-298-3030/+809
* ath9k: Remove unnecessary gpio configuration in ath9k_hw_reset()Vasanthakumar Thiagarajan2009-01-291-12/+2
* ath9k: Fix typo in chip version checkVasanthakumar Thiagarajan2009-01-291-1/+1
* ath9k: Enable dynamic power save in ath9k.Vivek Natarajan2009-01-296-4/+66
* ath9k: Cleanup buffer type assignmentSujith2009-01-291-17/+11