summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k
AgeCommit message (Expand)AuthorFilesLines
2009-02-13ath9k: add udelay() for AR5416 on ath9k_hw_configpcipowersave()Luis R. Rodriguez1-2/+2
2009-02-13ath9k: add comments for ath9k_hw_configpcipowersave()Luis R. Rodriguez1-0/+35
2009-02-13ath9k: Remove all the useless ah_ variable prefixesSujith18-845/+841
2009-02-13ath9k: Cleanup EEPROM operationsSujith6-1492/+1453
2009-02-13ath9k: Add callbacks hooks for EEPROM operationsSujith1-0/+17
2009-02-13ath9k: Merge ath_hal and ath_hal_5416 structuresSujith22-1109/+956
2009-02-13ath9k: Remove duplicate variablesSujith5-76/+38
2009-02-13ath9k: Move regulatory information to a separate structureSujith6-61/+66
2009-02-13ath9k: Store HW version information in a separate structureSujith6-73/+84
2009-02-13ath9k: Remove all the sc_ prefixesSujith7-342/+330
2009-02-13ath9k: Convert ANI channel to a pointerSujith3-31/+31
2009-02-13ath9k: Header file cleanupSujith26-2754/+2733
2009-02-11ath9k: Add retry counters to rate control debug fileSujith3-4/+30
2009-02-11ath9k: Handle mac80211's FIF_CONTROL flag properlySujith1-0/+3
2009-02-11ath9k: Remove all the redundant internal buffer typesSujith3-29/+23
2009-02-11ath9k: Lock mac80211 callbacks with a mutexSujith1-14/+46
2009-02-09ath9k: fix reg_notifier() flags used upon a country IELuis R. Rodriguez1-2/+2
2009-02-09ath9k: fix led namingDanny Kukawka1-5/+5
2009-02-09ath9k: Add debugfs files for printing TX rate detailsSujith3-0/+119
2009-02-09ath9k: Handle mac80211's RC flags for MCS ratesSujith4-117/+111
2009-02-09ath9k: Cleanup get_rate() interfaceSujith1-39/+28
2009-02-09ath9k: Fix LED blink patternVasanthakumar Thiagarajan2-6/+56
2009-02-09ath9k: Remove a bunch of unused macrosSujith1-11/+0
2009-02-09ath9k: Fix typo in checking for chip revisionSujith1-1/+1
2009-02-09ath9k: remove passive scan on 5 GHz if country IE knows betterLuis R. Rodriguez1-4/+12
2009-02-09ath9k: move check for radar freqs into a helperLuis R. Rodriguez1-3/+7
2009-02-09ath9k: replace usage of internal wireless_modes for confLuis R. Rodriguez1-4/+1
2009-02-09ath9k: Enable MIB and TIM interrupts for station mode.Vivek Natarajan1-19/+21
2009-02-09ath9k: Fix lockdep warningSujith2-16/+15
2009-01-30ath9k: Fix bug in TX DMA terminationSujith1-6/+25
2009-01-30ath9k: Setup short preamble properly in rate registrationSujith1-0/+6
2009-01-30ath9k: Fix station access in aggregation completionSujith1-5/+15
2009-01-30ath9k: Reconfigure beacons on getting a notification from mac80211Sujith1-16/+19
2009-01-30ath9k: Handle chainmask for A9280Sujith2-1/+2
2009-01-30ath9k: remove useless ath9k driver version informationLuis R. Rodriguez1-4/+3
2009-01-30ath9k: Fix AR9285 specific noise floor eeprom reads.Senthil Balasubramanian2-41/+42
2009-01-30ath9k: fix debug print on regdLuis R. Rodriguez1-1/+1
2009-01-30mac80211: Generic TSF debuggingAlina Friedrichsen3-49/+9
2009-01-30ath9k: Clean up the way the eeprom antenna configuration is readVasanthakumar Thiagarajan2-51/+17
2009-01-30ath9k: Remove unused ath9k_hw_select_antconfig() from hw.cVasanthakumar Thiagarajan2-22/+0
2009-01-30ath9k: Fix bug in NF calibrationSujith1-1/+3
2009-01-30ath9k: Fix bug in rate control capability registrationSujith1-1/+3
2009-01-30ath9k: Fix MCS rates registration bug for AR9285Sujith1-5/+18
2009-01-30ath9k: Read and write the TSF via debugfsAlina Friedrichsen4-0/+58
2009-01-30ath9k: simplify regulatory codeLuis R. Rodriguez8-3030/+809
2009-01-30ath9k: Remove unnecessary gpio configuration in ath9k_hw_reset()Vasanthakumar Thiagarajan1-12/+2
2009-01-30ath9k: Fix typo in chip version checkVasanthakumar Thiagarajan1-1/+1
2009-01-30ath9k: Enable dynamic power save in ath9k.Vivek Natarajan6-4/+66
2009-01-30ath9k: Cleanup buffer type assignmentSujith1-17/+11
2009-01-30ath9k: Revamp TX aggregationSujith2-222/+93