summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-201-4/+4
|\
| * USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-4/+4
* | drivers/net: remove useless semicolonsJoe Perches2010-05-171-1/+1
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-05-1713-352/+496
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-1713-352/+496
| |\ \
| | * | ar9170usb: add vendor and device ID for Qwest/Actiontec 802AIN Wireless N USB...Steve Tanner2010-05-121-0/+2
| | * | ath9k_hw: clean up EEPROM endian handling on AR9003Felix Fietkau2010-05-122-103/+81
| | * | ath9k: add debugfs files for reading/writing registersFelix Fietkau2010-05-122-0/+90
| | * | ath9k: add debugfs files for reading/writing the rx and tx chainmaskFelix Fietkau2010-05-121-0/+92
| | * | ath9k: use debugfs_remove_recursive() instead of keeping pointers to all entriesFelix Fietkau2010-05-122-46/+16
| | * | ath9k_htc: Fix array overflowSujith.Manoharan@atheros.com2010-05-122-9/+6
| | * | ath9k_htc: Fix target ready race conditionSujith.Manoharan@atheros.com2010-05-123-0/+11
| | * | ath9k_htc: Reorder HTC initializationSujith.Manoharan@atheros.com2010-05-123-34/+35
| | * | ath9k_htc: Allocate URBs properlySujith.Manoharan@atheros.com2010-05-121-18/+18
| | * | ath9k_htc: Lock sta_notify() callbackSujith.Manoharan@atheros.com2010-05-121-0/+4
| | * | ath9k: Remove unused rx_edma in ath_rx_addbuffer_edma()Vasanthakumar Thiagarajan2010-05-111-2/+0
| | * | ath9k: Fix bug in handling rx frames with invalid descriptor contentVasanthakumar Thiagarajan2010-05-111-0/+1
| | * | ath9k_hw: new initialization values for AR9003Luis R. Rodriguez2010-05-111-134/+134
| | * | ath5k: drop warning on jumbo framesLuis R. Rodriguez2010-05-111-6/+6
| | * | Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre2010-05-102-0/+12
| | |\ \
* | | | | drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-148-14/+0
|/ / / /
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-122-0/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-05-102-0/+12
| |\ \ \ | | | |/ | | |/|
| | * | ar9170: wait for asynchronous firmware loadingChristian Lamparter2010-05-072-0/+12
* | | | ar9170: fix for driver-core ABI changeStephen Rothwell2010-05-111-2/+3
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-1110-772/+205
|\ \ \ \ | | |_|/ | |/| |
| * | | ath5k: several off by one range checksDan Carpenter2010-05-101-3/+3
| * | | ath9k/htc_drv_main: off by one errorDan Carpenter2010-05-101-1/+1
| * | | ath9k/htc_drv_main: null dereference typoDan Carpenter2010-05-101-1/+1
| * | | ath9k_hw: enable PCIe low power mode for AR9003Luis R. Rodriguez2010-05-101-0/+20
| * | | ath9k_htc: Handle IDLE LED properlySujith2010-05-071-7/+19
| * | | ath9k_hw: Update initvals for AR9003 for xb113Luis R. Rodriguez2010-05-071-102/+102
| * | | ath9k_common: drop incomming frames with an invalid hardware rateLuis R. Rodriguez2010-05-071-2/+1
| * | | ath9k_common: move the rate status setting into ath9k_process_rate()Luis R. Rodriguez2010-05-071-13/+27
| * | | ath9k_htc: Fix beaconing in IBSS modeSujith2010-05-074-45/+13
| * | | ath9k: fix another source of corrupt framesFelix Fietkau2010-05-071-2/+8
| * | | ar9170usb: remove deprecated aggregation codeChristian Lamparter2010-05-072-598/+12
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-0532-328/+421
|\ \ \ \ | |/ / /
| * | | mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville2010-04-302-4/+2
| * | | ath9k: Added get_survey callback in order to get channel noiseBenoit Papillault2010-04-281-0/+20
| * | | ath9k: remove usage of deprecated noise valueJohn W. Linville2010-04-281-1/+0
| * | | ath5k: remove usage of deprecated noise valueJohn W. Linville2010-04-281-2/+1
| * | | ar9170: remove usage of deprecated noise valueJohn W. Linville2010-04-281-1/+0
| * | | ath9k: Avoid corrupt frames being forwarded to mac80211.Vivek Natarajan2010-04-272-5/+5
| * | | ath9k_htc: Handle CONF_IDLE during unassociated state to save power.Vivek Natarajan2010-04-272-19/+53
| * | | ath9k_hw: Fix TX interrupt mitigation settingsLuis R. Rodriguez2010-04-271-4/+6
| * | | ath9k_hw: fix noisefloor timeout handling on AR9003Felix Fietkau2010-04-271-0/+1
| * | | ath9k_hw: Fix endian bug in an AR9003 EEPROM fieldFelix Fietkau2010-04-271-0/+3
| * | | ath9k_hw: Fix typos in tx rate power level parsing for AR9003Felix Fietkau2010-04-271-2/+2
| * | | ath9k_hw: use the configured power limit for AR9003Felix Fietkau2010-04-273-0/+5
OpenPOWER on IntegriCloud