aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-07ath5k: fix NULL pointer in antenna configurationBruno Randolf1-0/+7
2010-06-04ath5k: retain promiscuous settingBob Copeland1-1/+3
2010-06-04ath5k: depend on CONFIG_PM_SLEEP for suspend/resume functionsTobias Doerffel1-4/+4
2010-06-01ath5k: wake queues on resetBruno Randolf1-14/+3
2010-05-28ath9k: Fix bug in the way "bf_tx_aborted" of struct ath_buf is usedVasanthakumar Thiagarajan1-1/+3
2010-05-28ath9k: Fix ath_print in xmit for hardware reset.Justin P. Mattock1-1/+1
2010-05-26ar9170usb: fix read from freed driver contextChristian Lamparter1-2/+12
2010-05-25ath9k: remove VEOL support for ad-hocFelix Fietkau1-53/+10
2010-05-25ath9k: change beacon allocation to prefer the first beacon slotFelix Fietkau1-9/+3
2010-05-24ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleepVasanthakumar Thiagarajan1-5/+12
2010-05-24ath9k_htc: rare leak in ath9k_hif_usb_alloc_tx_urbs()Dan Carpenter1-0/+4
2010-05-24ath9k_htc: dereferencing before check in hif_usb_tx_cb()Dan Carpenter1-2/+4
2010-05-24Revert "ath9k: Group Key fix for VAPs"John W. Linville1-25/+3
2010-05-24wireless: update gfp/slab.h includesTejun Heo1-0/+1
2010-05-24ath5k: consistently use rx_bufsize for RX DMABruno Randolf1-3/+4
2010-05-21ath9k: remove AR9003 from PCI IDs for nowLuis R. Rodriguez1-1/+0
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-4/+4
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-4/+4
2010-05-17drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-05-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller13-352/+496
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville13-352/+496
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches8-14/+0
2010-05-12ar9170usb: add vendor and device ID for Qwest/Actiontec 802AIN Wireless N USB Network AdapterSteve Tanner1-0/+2
2010-05-12ath9k_hw: clean up EEPROM endian handling on AR9003Felix Fietkau2-103/+81
2010-05-12ath9k: add debugfs files for reading/writing registersFelix Fietkau2-0/+90
2010-05-12ath9k: add debugfs files for reading/writing the rx and tx chainmaskFelix Fietkau1-0/+92
2010-05-12ath9k: use debugfs_remove_recursive() instead of keeping pointers to all entriesFelix Fietkau2-46/+16
2010-05-12ath9k_htc: Fix array overflowSujith.Manoharan@atheros.com2-9/+6
2010-05-12ath9k_htc: Fix target ready race conditionSujith.Manoharan@atheros.com3-0/+11
2010-05-12ath9k_htc: Reorder HTC initializationSujith.Manoharan@atheros.com3-34/+35
2010-05-12ath9k_htc: Allocate URBs properlySujith.Manoharan@atheros.com1-18/+18
2010-05-12ath9k_htc: Lock sta_notify() callbackSujith.Manoharan@atheros.com1-0/+4
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+12
2010-05-11ath9k: Remove unused rx_edma in ath_rx_addbuffer_edma()Vasanthakumar Thiagarajan1-2/+0
2010-05-11ath9k: Fix bug in handling rx frames with invalid descriptor contentVasanthakumar Thiagarajan1-0/+1
2010-05-11ath9k_hw: new initialization values for AR9003Luis R. Rodriguez1-134/+134
2010-05-11ath5k: drop warning on jumbo framesLuis R. Rodriguez1-6/+6
2010-05-11ar9170: fix for driver-core ABI changeStephen Rothwell1-2/+3
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville10-772/+205
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-0/+12
2010-05-10Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre2-0/+12
2010-05-10ath5k: several off by one range checksDan Carpenter1-3/+3
2010-05-10ath9k/htc_drv_main: off by one errorDan Carpenter1-1/+1
2010-05-10ath9k/htc_drv_main: null dereference typoDan Carpenter1-1/+1
2010-05-10ath9k_hw: enable PCIe low power mode for AR9003Luis R. Rodriguez1-0/+20
2010-05-07ath9k_htc: Handle IDLE LED properlySujith1-7/+19
2010-05-07ath9k_hw: Update initvals for AR9003 for xb113Luis R. Rodriguez1-102/+102
2010-05-07ath9k_common: drop incomming frames with an invalid hardware rateLuis R. Rodriguez1-2/+1
2010-05-07ath9k_common: move the rate status setting into ath9k_process_rate()Luis R. Rodriguez1-13/+27
2010-05-07ath9k_htc: Fix beaconing in IBSS modeSujith4-45/+13