summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville2506-92640/+231984
2010-07-26rt2x00: Fix regression for rt2500pciIvo van Doorn1-6/+13
2010-07-26ath9k_hw: simplify noisefloor calibration chainmask calculationFelix Fietkau1-18/+1
2010-07-26ath9k_hw: fix a small typo in the noisefloor calibration debug codeFelix Fietkau1-1/+1
2010-07-26ath9k_hw: fix invalid extension channel noisefloor readings in HT20Felix Fietkau3-2/+10
2010-07-26ath9k: fix yet another buffer leak in the tx aggregation codeFelix Fietkau1-8/+8
2010-07-26libertas: precedence bugDan Carpenter1-1/+1
2010-07-26ath9k: Fix inconsistency between txq->stopped and the actual queue stateVasanthakumar Thiagarajan3-4/+8
2010-07-26ath5k: snprintf() returns largish valuesDan Carpenter1-0/+18
2010-07-26ath9k: snprintf() returns largish valuesDan Carpenter1-0/+9
2010-07-26drivers/net/wireless/wl12xx: Use kmemdupJulia Lawall1-6/+2
2010-07-26lib80211: remove unused host_build_iv optionJohn W. Linville3-15/+4
2010-07-26iwlwifi: assume vif is NULL for internal scans and non-NULL otherwiseJohn W. Linville2-2/+8
2010-07-26rtl8180: silence "dubious: x | !y" sparse warningJohn W. Linville1-1/+4
2010-07-26rtl8180: improve signal reporting for actual rtl8180 hardwareJohn W. Linville5-10/+68
2010-07-26wl1251: fix sparse-generated warningsJohn W. Linville4-18/+20
2010-07-26iwlagn: use __packed on new structure definitionsJohn W. Linville1-6/+6
2010-07-23iwlwifi: remove spurious semicolonsJohannes Berg1-2/+2
2010-07-23iwlwifi: reduce beacon fill conditionsJohannes Berg2-6/+2
2010-07-23iwlwifi: read multiple MAC addressesWey-Yi Guy3-5/+16
2010-07-23iwlwifi: make iwl_mac_beacon_update staticJohannes Berg2-33/+31
2010-07-23iwlagn: fix firmware loading TLV error pathJohannes Berg1-44/+35
2010-07-23iwlwifi: add TLV to specify the size of phy calibration tableWey-Yi Guy4-4/+37
2010-07-23iwlagn: add bluetooth stats to debugfsWey-Yi Guy8-0/+113
2010-07-23iwlagn: Add support for bluetooth statistics notificationWey-Yi Guy7-119/+271
2010-07-23iwlagn: add .cfg flag to idenfity the need for bt statisticsWey-Yi Guy2-0/+7
2010-07-23iwlagn: add statistic notification structure for WiFi/BT devicesWey-Yi Guy6-27/+71
2010-07-21b43: silence phy_n sparse warningsLarry Finger1-7/+9
2010-07-21b43: silence most sparse warningsJohn W. Linville4-10/+10
2010-07-21Bluetooth: Support for Atheros AR300x serial chipSuraj Sumangala5-1/+261
2010-07-21Bluetooth: Use __packed annotation for driversGustavo F. Padovan4-5/+5
2010-07-21Bluetooth: Move bit-field variable in USB driver to data->flagsGustavo F. Padovan1-6/+4
2010-07-21Bluetooth: Added support for controller shipped with iMac i5Cyril Lacoux1-0/+3
2010-07-21Bluetooth: Remove unnecessary casts of private_data in driversJoe Perches1-1/+1
2010-07-21Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctlsJohan Hedberg2-1/+18
2010-07-21Bluetooth: Use kzalloc for driversJulia Lawall1-6/+2
2010-07-21Bluetooth: Use kmemdup for driversJulia Lawall1-2/+1
2010-07-21Bluetooth: Process interrupt in main thread of btmrvl driver as wellAmitkumar Karwar3-48/+55
2010-07-21Bluetooth: Fix warning: variable 'tty' set but not usedJustin P. Mattock1-2/+0
2010-07-21Bluetooth: Silence warning in btmrvl SDIO driverKulikov Vasiliy1-3/+3
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller6-15/+25
2010-07-20rtl8180: improve signal reporting for rtl8185 hardwareJohn W. Linville1-3/+8
2010-07-20mwl8k: correct/silence sparse warningsJohn W. Linville1-10/+12
2010-07-20rt2x00: correct sparse warning in rt2x00debug.cJohn W. Linville1-1/+1
2010-07-20libipw: correct sparse warnings and mark some variables staticJohn W. Linville2-6/+2
2010-07-20ipw2100: mark ipw2100_pm_qos_req staticJohn W. Linville1-1/+1
2010-07-20ath9k: correct sparse identified endian bug in ath_paprd_calibrateJohn W. Linville1-1/+1
2010-07-20phy: add suspend/resume in the ic+Giuseppe Cavallaro1-0/+2
2010-07-20mac80211: move QoS-enable to BSS infoJohannes Berg1-9/+9
2010-07-20cxgb4vf: Fix bug where we were only allocating one queue in MSI modeCasey Leedom1-4/+2