summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)Author
2010-11-22carl9170: fix virtual interface setup crashChristian Lamparter
2010-11-22ath9k: fix timeout on stopping rx dmaFelix Fietkau
2010-11-18ath9k_htc: Avoid setting QoS control for non-QoS framesRajkumar Manoharan
2010-11-16ath9k_hw: Set proper eeprom offset for AR9287 HTC devicesRajkumar Manoharan
2010-11-16ath9k_htc: Add new devices into AR7010Rajkumar Manoharan
2010-11-16ath9k_htc: Update usb device ID listRajkumar Manoharan
2010-11-16ath9k: Remove pm_qos request after hw unregister.Vivek Natarajan
2010-11-15carl9170: fix usb anchor wait timeoutChristian Lamparter
2010-11-08ath9k_hw: Fix memory leak on ath9k_hw_rf_alloc_ext_banks failureRajkumar Manoharan
2010-11-08ath9k_htc: Fix probe failure if CONFIG_USB_DEBUG enabledRajkumar Manoharan
2010-11-08ath9k_htc: Add support for device ID 3346Haitao Zhang
2010-11-08ath9k_hw: Fix AR9280 surprise removal during frequent idle on/offVasanthakumar Thiagarajan
2010-11-08ath9k: check old power mode before clearing cycle countersFelix Fietkau
2010-11-08carl9170: usbid table updatesChristian Lamparter
2010-11-08ath9k: Fix a DMA latency issue for Intel Pinetrail platforms.Vivek Natarajan
2010-11-08ath9k: Avoid HW opmode overridden on monitor mode changesRajkumar Manoharan
2010-10-29ath9k: Fix incorrect access of rate flags in RCMohammed Shafi Shajakhan
2010-10-27ath5k: Fix double free on hw attach error pathJones Desougi
2010-10-27ath9k_htc: Set proper firmware offset for Netgear WNDA3200Rajkumar Manoharan
2010-10-27ath9k: fix tx aggregation flush on AR9003Felix Fietkau
2010-10-27ath9k: lock reset and PCU start/stoppingLuis R. Rodriguez
2010-10-27ath9k: rename rxflushlock to pcu_lockLuis R. Rodriguez
2010-10-27ath9k: add locking for starting the PCU on RXLuis R. Rodriguez
2010-10-27ath9k: add locking for stopping RXLuis R. Rodriguez
2010-10-25ath9k: resume aggregation immediately after a hardware resetFelix Fietkau
2010-10-25carl9170: fix scheduling while atomicChristian Lamparter
2010-10-25ath9k: fix handling of rate control probe framesFelix Fietkau
2010-10-25ath9k: fix crash in ath_update_survey_statsFelix Fietkau
2010-10-25ath9k_hw: Fix divide by zero cases in paprd.Senthil Balasubramanian
2010-10-25ath9k_hw: Fix TX carrier leakage for IEEE compliance on AR9003 2.2Luis R. Rodriguez
2010-10-25carl9170: fix memory leak issue in async cmd macro wrappersChristian Lamparter
2010-10-25carl9170: fix async command buffer leakChristian Lamparter
2010-10-25ath5k: Properly initialize ath_common->cc_lock.Ben Greear
2010-10-25ath9k: Properly initialize ath_common->cc_lock.Ben Greear
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-10-15ath9k: Null out references to stale pointers.Ben Greear
2010-10-15ath9k: Remove bf_dmacontext.Ben Greear
2010-10-15ath9k_hw: remove AR9003 2.0 supportLuis R. Rodriguez
2010-10-15ath9k_htc: set probe request rx filterRajkumar Manoharan
2010-10-15ath9k_hw: remove enum wireless_mode and its usersFelix Fietkau
2010-10-15ath9k: remove sc->cur_rate_table and sc->cur_rate_modeFelix Fietkau
2010-10-15ath9k: make rate control debugfs stats per stationFelix Fietkau
2010-10-15ath9k: add missing locking around ath9k_hw_proc_mib_eventFelix Fietkau
2010-10-15ath9k_hw: fix PHY counter overflow handling in ANI v1Felix Fietkau
2010-10-15ath9k_hw: fix division by zero in the ANI monitor codeFelix Fietkau
2010-10-15ath9k: do not track cycle counter updates in powersave modeFelix Fietkau
2010-10-15llseek: automatically add .llseek fopArnd Bergmann