summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* ath5k: check return value of ieee80211_get_tx_rateJohn W. Linville2010-09-201-0/+4
* ath9k_hw: fix parsing of HT40 5 GHz CTLsLuis R. Rodriguez2010-09-202-2/+1
* ath9k_hw: Fix EEPROM uncompress block reading on AR9003Luis R. Rodriguez2010-09-201-1/+1
* ath9k_htc: Fix disconnect issue in HT40 mode.Vivek Natarajan2010-09-201-1/+2
* ath5k: disable ASPM L0s for all cardsMaxim Levitsky2010-08-261-0/+21
* ath9k_htc: fix panic on packet injection using airbase-ng tool.Rajkumar Manoharan2010-08-261-5/+10
* ath9k_hw: fix antenna diversity on AR9285Felix Fietkau2010-08-105-8/+8
* ath9k: fix yet another buffer leak in the tx aggregation codeFelix Fietkau2010-08-101-8/+8
* ath9k: fix TSF after reset on AR913xFelix Fietkau2010-08-101-2/+14
* ath9k: another fix for the A-MPDU buffer leakFelix Fietkau2010-08-101-4/+15
* ath9k: fix a buffer leak in A-MPDU completionFelix Fietkau2010-08-101-0/+5
* ath9k: fix retry count for A-MPDU rate control status reportsFelix Fietkau2010-08-101-3/+8
* ath9k_hw: fix an off-by-one error in the PDADC boundaries calculationFelix Fietkau2010-08-101-1/+1
* ath9k_hw: fix a sign error in the IQ calibration codeFelix Fietkau2010-08-101-1/+1
* ath9k_hw: prevent a fast channel change after a rx DMA stuck issueFelix Fietkau2010-08-101-1/+3
* ath9k: fix a potential buffer leak in the STA teardown pathFelix Fietkau2010-08-101-26/+26
* ath9k: enable serialize_regmode for non-PCIE AR9160John W. Linville2010-08-101-1/+2
* ath9k: fix dma direction for map/unmap in ath_rx_taskletMing Lei2010-07-261-2/+2
* ath9k_htc: fix memory leak in ath9k_hif_usb_alloc_urbsRajkumar Manoharan2010-07-071-2/+6
* ath9k: Fix bug in starting aniVasanthakumar Thiagarajan2010-06-232-1/+11
* ath5k: initialize ah->ah_current_channelBob Copeland2010-06-181-0/+1
* ath5k: fix NULL pointer in antenna configurationBruno Randolf2010-06-071-0/+7
* ath5k: retain promiscuous settingBob Copeland2010-06-041-1/+3
* ath5k: depend on CONFIG_PM_SLEEP for suspend/resume functionsTobias Doerffel2010-06-041-4/+4
* ath5k: wake queues on resetBruno Randolf2010-06-011-14/+3
* ath9k: Fix bug in the way "bf_tx_aborted" of struct ath_buf is usedVasanthakumar Thiagarajan2010-05-281-1/+3
* ath9k: Fix ath_print in xmit for hardware reset.Justin P. Mattock2010-05-281-1/+1
* ar9170usb: fix read from freed driver contextChristian Lamparter2010-05-261-2/+12
* ath9k: remove VEOL support for ad-hocFelix Fietkau2010-05-251-53/+10
* ath9k: change beacon allocation to prefer the first beacon slotFelix Fietkau2010-05-251-9/+3
* ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleepVasanthakumar Thiagarajan2010-05-241-5/+12
* ath9k_htc: rare leak in ath9k_hif_usb_alloc_tx_urbs()Dan Carpenter2010-05-241-0/+4
* ath9k_htc: dereferencing before check in hif_usb_tx_cb()Dan Carpenter2010-05-241-2/+4
* Revert "ath9k: Group Key fix for VAPs"John W. Linville2010-05-241-25/+3
* wireless: update gfp/slab.h includesTejun Heo2010-05-241-0/+1
* ath5k: consistently use rx_bufsize for RX DMABruno Randolf2010-05-241-3/+4
* ath9k: remove AR9003 from PCI IDs for nowLuis R. Rodriguez2010-05-211-1/+0
* 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