summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: use PCI_VENDOR_ID_*Jon Mason2011-06-292-10/+4Star
* rtlwifi: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-06-292-6/+1Star
* iwlegacy: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-06-291-1/+1
* b43: HT-PHY: implement lacking 0x908 PHY reg opRafał Miłecki2011-06-291-1/+6
* b43: HT-PHY: add channel switching tables for 2 GHz bandRafał Miłecki2011-06-291-0/+135
* b43: HT-PHY: perform some tables ops on channel switchingRafał Miłecki2011-06-291-0/+19
* b43: HT-PHY: upload PHY values when switching channelRafał Miłecki2011-06-292-2/+28
* b43: HT-PHY: prepare place for HT-PHY tablesRafał Miłecki2011-06-293-0/+183
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-2810-27/+65
|\
| * iwlagn: use PCI_DMA_* for pci_* operationsJohn W. Linville2011-06-281-6/+6
| * iwlagn: fix *_UCODE_API_MAX output in the firmware fieldEvgeni Golov2011-06-274-11/+15
| * Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2011-06-272-17/+13Star
| |\
| | * iwlagn: map command buffers BIDIJohannes Berg2011-06-271-7/+10
| | * iwlagn: fix cmd queue unmapJohannes Berg2011-06-271-4/+1Star
| | * iwlagn: fix change_interface for P2P typesJohannes Berg2011-06-241-1/+2
| | * iwlagn: Fix a bug introduced by the HUGE command removalEmmanuel Grumbach2011-06-241-6/+1Star
| * | rtl8192cu: Fix missing firmware loadLarry Finger2011-06-221-0/+20
| * | rtlwifi: rtl8192se: Handle duplicate PCI ID 0x10ec:0x8192 conflict with r8192...Larry Finger2011-06-201-1/+12
| |/
| * mwl8k: Tell firmware to generate CCMP headerNishant Sarmukadam2011-06-151-1/+3
| * mwifiex: Fixing NULL pointer dereferenceYogesh Ashok Powar2011-06-151-0/+2
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville2011-06-101-0/+12
| |\
| | * Bluetooth: Do not ignore errors returned from strict_strtol()David Miller2011-06-101-0/+12
* | | bcma: main.c needs to include <linux/slab.h>Geert Uytterhoeven2011-06-271-0/+1
* | | iwlwifi: use pci_dev->revision, againSergei Shtylyov2011-06-271-3/+1Star
* | | mwifiex: restore handling of NULL parametersDan Carpenter2011-06-272-13/+18
* | | ath9k: Fix locking issue during tx completionRajkumar Manoharan2011-06-273-8/+14
* | | iwlagn: fix rmmod crashStanislaw Gruszka2011-06-271-5/+2Star
* | | rt2x00: Fix unspeficied typoJoe Perches2011-06-271-1/+1
* | | ssb: use pci_dev->revisionSergei Shtylyov2011-06-271-2/+1Star
* | | ath9k_hw: make use of the gain_table_entry macroMohammed Shafi Shajakhan2011-06-271-2/+2
* | | ath9k_hw: Add carrier leak correction in desired gain calculationMohammed Shafi Shajakhan2011-06-272-10/+27
* | | ath9k_hw: Fix false tx hung detection in AR9003 chipsRajkumar Manoharan2011-06-272-2/+12
* | | mac80211: restrict advertised HW scan ratesJohannes Berg2011-06-271-0/+2
* | | wireless: unify QoS control field definitionsJohannes Berg2011-06-272-2/+2
* | | ssb: fix ssb clock rate according to broadcom sourceHauke Mehrtens2011-06-271-2/+2
* | | rtlwifi: rtl8192de: Modify Kconfig and Makefile routines for new driverChaoming Li2011-06-273-2/+28
* | | rtlwifi: Fix build problems introduced by merging rtl8192deLarry Finger2011-06-272-3/+2Star
* | | rtlwifi: rtl8192de: Merge TX and RX routinesChaoming Li2011-06-272-0/+1715
* | | rtlwifi: rtl8192de: Merge table routinesChaoming Li2011-06-272-0/+1747
* | | rtlwifi: rtl8192de: Merge main (sw) routinesChaoming Li2011-06-272-0/+460
* | | rtlwifi: rtl8192de: Merge rf routinesChaoming Li2011-06-272-0/+672
* | | rtlwifi: rtl8192de: Merge register definitionsChaoming Li2011-06-271-0/+1313
* | | rtlwifi: rtl8192de: Merge phy routinesChaoming Li2011-06-272-0/+4015
* | | rtlwifi: rtl8192de: Merge led routinesChaoming Li2011-06-272-0/+197
* | | rtlwifi: rtl8192de: Merge hardware routinesChaoming Li2011-06-272-0/+2391
* | | rtlwifi: rtl8192de: Merge firmware routinesChaoming Li2011-06-272-0/+945
* | | rtlwifi: rtl8192de: Merge dynamic management routinesChaoming Li2011-06-272-0/+1567
* | | rtlwifi: rtl8192de: Merge def.hChaoming Li2011-06-271-0/+269
* | | iwlagn: don't use CCK rates for P2P interfacesJohannes Berg2011-06-243-6/+15
* | | iwlagn: fill beacon TX rate properlyJohannes Berg2011-06-243-24/+22Star