summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2011-08-02ath5k: fix memory leak when fewer than N_PD_CURVES are in useEugene A. Shatokhin1-5/+3
2011-04-28ath: add missing regdomain pair 0x5c mappingChristian Lamparter1-0/+1
2011-04-28ath9k: fix a chip wakeup related crash in ath9k_startFelix Fietkau1-0/+4
2011-03-31ath9k_hw: Fix incorrect macversion and macrev checksSenthil Balasubramanian1-2/+2
2011-03-31ath9k: Fix bug in delimiter padding computationVasanthakumar Thiagarajan1-2/+2
2011-02-06ath9k: fix bug in tx powerMatteo Croce1-4/+8
2011-02-06ath9k: Disable SWBA interrupt on remove_interfaceRajkumar Manoharan1-1/+10
2010-09-21ath5k: check return value of ieee80211_get_tx_rateJohn W. Linville1-0/+4
2010-09-21ath9k_hw: fix parsing of HT40 5 GHz CTLsLuis R. Rodriguez2-2/+1
2010-09-21ath9k_hw: Fix EEPROM uncompress block reading on AR9003Luis R. Rodriguez1-1/+1
2010-09-21ath9k_htc: Fix disconnect issue in HT40 mode.Vivek Natarajan1-1/+2
2010-08-27ath5k: disable ASPM L0s for all cardsMaxim Levitsky1-0/+21
2010-08-27ath9k_htc: fix panic on packet injection using airbase-ng tool.Rajkumar Manoharan1-5/+10
2010-08-10ath9k_hw: fix antenna diversity on AR9285Felix Fietkau5-8/+8
2010-08-10ath9k: fix yet another buffer leak in the tx aggregation codeFelix Fietkau1-8/+8
2010-08-10ath9k: fix TSF after reset on AR913xFelix Fietkau1-2/+14
2010-08-10ath9k: another fix for the A-MPDU buffer leakFelix Fietkau1-4/+15
2010-08-10ath9k: fix a buffer leak in A-MPDU completionFelix Fietkau1-0/+5
2010-08-10ath9k: fix retry count for A-MPDU rate control status reportsFelix Fietkau1-3/+8
2010-08-10ath9k_hw: fix an off-by-one error in the PDADC boundaries calculationFelix Fietkau1-1/+1
2010-08-10ath9k_hw: fix a sign error in the IQ calibration codeFelix Fietkau1-1/+1
2010-08-10ath9k_hw: prevent a fast channel change after a rx DMA stuck issueFelix Fietkau1-1/+3
2010-08-10ath9k: fix a potential buffer leak in the STA teardown pathFelix Fietkau1-26/+26
2010-08-10ath9k: enable serialize_regmode for non-PCIE AR9160John W. Linville1-1/+2
2010-07-26ath9k: fix dma direction for map/unmap in ath_rx_taskletMing Lei1-2/+2
2010-07-07ath9k_htc: fix memory leak in ath9k_hif_usb_alloc_urbsRajkumar Manoharan1-2/+6
2010-06-23ath9k: Fix bug in starting aniVasanthakumar Thiagarajan2-1/+11
2010-06-18ath5k: initialize ah->ah_current_channelBob Copeland1-0/+1
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-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-4/+4
2010-05-21USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-4/+4
2010-05-18drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-05-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller13-352/+496
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-352/+496
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches8-14/+0