summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath9k_htc: cancel ani work in ath9k_htc_stopRajkumar Manoharan2011-02-031-0/+1
* wl1251: set rate index and preamble flag on received packetsDavid Gnedt2011-02-031-1/+45
* wl1251: enable adhoc modeDavid Gnedt2011-02-031-1/+2
* wl1251: implement connection quality monitoringDavid Gnedt2011-02-035-1/+107
* wl1251: enable beacon early termination while in power-saving modeDavid Gnedt2011-02-034-0/+68
* wl1251: fix 4-byte TX buffer alignmentDavid Gnedt2011-02-031-6/+20
* wl1251: fix queue stopping/waking for TX pathDavid Gnedt2011-02-031-36/+12
* libertas: Prepare stuff for if_spi.c pm supportVasily Khoruzhick2011-02-033-40/+49
* libertas_spi: Use workqueue in hw_host_to_cardVasily Khoruzhick2011-02-031-129/+239
* iiwlagn: remove unused parameterWey-Yi Guy2011-01-311-1/+0
* iwlagn: remove unsupported BT SCO commandWey-Yi Guy2011-01-315-34/+4
* iwlagn: use 2030 macro for 2030 devicesWey-Yi Guy2011-01-311-2/+2
* iwlwifi: fix beacon notification parsingJohannes Berg2011-01-313-8/+39
* iwlwifi: use maximum aggregation sizeJohannes Berg2011-01-313-6/+32
* iwlwifi: advertise max aggregate sizeJohannes Berg2011-01-311-0/+2
* iwlwifi: support RSN IBSSJohannes Berg2011-01-312-2/+20
* iwlwifi: always support idle mode for agn devicesWey-Yi Guy2011-01-315-9/+1
* iwlagn: add IQ inversion support for 2000 series devicesWey-Yi Guy2011-01-313-2/+12
* iwlagn: adjust rate tableWey-Yi Guy2011-01-311-12/+12
* iwlwifi: check ucode loading error and restartWey-Yi Guy2011-01-313-25/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-311-1/+7
|\
| * ath9k: Fix memory leak due to failed PAPRD framesMohammed Shafi Shajakhan2011-01-311-1/+7
| * wl12xx: fix use after freeMathias Krause2011-01-311-2/+1
* | wl12xx: fix warning due to missing arg in ampdu_actionLuciano Coelho2011-01-311-2/+3
* | iwlwifi: correct frequency settingsStanislaw Gruszka2011-01-311-6/+2
* | rt2x00: Move TX/RX work into dedicated workqueueIvo van Doorn2011-01-314-7/+25
* | rt2x00: Kill all tasklets during device removalIvo van Doorn2011-01-311-0/+4
* | rt2x00: Fix FIXME comments in rt61pci and rt73usb on Michael MIC.Gertjan van Wingerde2011-01-312-6/+4
* | rt2x00: Copy the MAC address to the WCID entry properly.Gertjan van Wingerde2011-01-311-1/+1
* | rt2x00: Fix WPA TKIP Michael MIC failures.Gertjan van Wingerde2011-01-312-0/+12
* | rt2x00: trivial: add \n to WARNING messageJohannes Stezenbach2011-01-311-1/+1
* | Trivial typo fix in commentMark Einon2011-01-311-1/+1
* | rt2x00: Correct initial value of US_CYC_CNT register for pcie interfaceRA-Jay Hung2011-01-312-0/+8
* | rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISRHelmut Schaa2011-01-318-24/+4
* | rt2x00: Remove interrupt thread registrationHelmut Schaa2011-01-312-15/+3
* | rt2x00: Convert rt2400pci interrupt handling to use taskletsHelmut Schaa2011-01-311-39/+115
* | rt2x00: Convert rt2500pci interrupt handling to use taskletsHelmut Schaa2011-01-311-39/+111
* | rt2x00: Convert rt61pci to use taskletsHelmut Schaa2011-01-311-45/+130
* | rt2x00: Convert rt2800pci to use taskletsHelmut Schaa2011-01-311-59/+114
* | rt2x00: Disable txstatus tasklet by defaultHelmut Schaa2011-01-312-8/+5
* | rt2x00: Introduce tasklets for interrupt handlingHelmut Schaa2011-01-312-0/+34
* | rt2x00: Make periodic beacon updates for PCI devices atomicHelmut Schaa2011-01-311-10/+16
* | rt2x00: Limit beacon updates in bss_info_changed to USB devicesHelmut Schaa2011-01-311-2/+3
* | rt2x00: Introduce beacon_update_locked that requires caller lockingHelmut Schaa2011-01-312-9/+27
* | rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa2011-01-3114-85/+185
* | iwl3945: do not use agn specific IWL_RATE_COUNTStanislaw Gruszka2011-01-313-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-2824-123/+121
|\|
| * ath9k: Fix power save usage count imbalance on deinitRajkumar Manoharan2011-01-282-2/+2
| * ath9k_hw: Fix system hang when resuming from S3/S4Rajkumar Manoharan2011-01-281-2/+1
| * ath9k_htc: fix race conditions when stop deviceStanislaw Gruszka2011-01-272-9/+15