summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* iwmc3200wifi: New initial LMAC calibrationSamuel Ortiz2009-09-014-18/+61
* iwmc3200wifi: fix misuse of le16_to_cpuZhu Yi2009-09-012-5/+5
* iwmc3200wifi: add disconnect workZhu Yi2009-09-013-5/+49
* iwmc3200wifi: use cfg80211_roamed to send roam eventZhu Yi2009-09-014-8/+23
* iwmc3200wifi: Fix sparse warningSamuel Ortiz2009-09-011-2/+3
* iwmc3200wifi: Set WEP key from connectSamuel Ortiz2009-09-011-1/+43
* iwmc3200wifi: invalidate profile when necessary before connectZhu Yi2009-09-011-5/+10
* rndis_wlan: remove 'select WIRELESS_EXT' in KconfigJussi Kivilinna2009-09-011-1/+0
* rndis_wlan: fix sparse endianess warningsJussi Kivilinna2009-09-011-4/+4
* rndis_wlan: cleanupJussi Kivilinna2009-09-011-55/+7
* rndis_wlan: use bool for on/off switchesJussi Kivilinna2009-09-011-14/+14
* ath9k: Call spin_lock_bh() on btcoex_lockVasanthakumar Thiagarajan2009-09-011-6/+4
* ath9k: Move generic hw timer intr handler to bottom-halfVasanthakumar Thiagarajan2009-09-011-5/+6
* ath9k: Do an AHB reset before doing RTC resetVasanthakumar Thiagarajan2009-08-311-0/+7
* ipw2200: fix kconfig dependenciesRandy Dunlap2009-08-311-3/+3
* rt2x00: Reorganize padding & L2 paddingIvo van Doorn2009-08-314-44/+116
* rt2x00: Fix TX status reportingIvo van Doorn2009-08-311-12/+16
* b43: LP-PHY: Fix TX gain tablesGábor Stefanik2009-08-311-153/+153
* b43: Fix typo in modparam_btcoex descriptionGábor Stefanik2009-08-311-1/+1
* b43: Add myself to module authors & to LP-PHY file copyright noticesGábor Stefanik2009-08-313-2/+5
* b43: Refactor and update antenna diversity for A/G-PHYGábor Stefanik2009-08-312-65/+36
* iwl3945: reduce debug noise when default debug flags usedReinette Chatre2009-08-311-5/+3
* iwlwifi: fix situation in which debug message is printedReinette Chatre2009-08-311-1/+1
* iwlwifi: use sleep interval successionJohannes Berg2009-08-311-1/+21
* iwlwifi: use iwl_hwrate_get_mac80211_idx where appropriateDaniel C Halperin2009-08-314-12/+35
* iwlwifi: remove incorrect uses of ieee80211_get_tx_rate to prevent TX stallDaniel C Halperin2009-08-311-49/+62
* iwlwifi: remove 60 Mbps from sband bitrates tableDaniel C Halperin2009-08-313-34/+27
* s2io: Generate complete messages using single line DBG_PRINTsJoe Perches2009-08-302-161/+165
* s2io.c: Convert skipped nic->config.tx_cfg[i]. to tx_cfg->Joe Perches2009-08-301-1/+1
* s2io.c: Standardize statistics accessorsJoe Perches2009-08-301-443/+408
* s2io.c: fix spelling explainationJoe Perches2009-08-301-1/+1
* s2io.c: convert printks to pr_<level>Joe Perches2009-08-301-10/+7
* s2io.c: Make more conforming to normal kernel styleJoe Perches2009-08-301-1108/+1124
* s2io.c: use kzallocJoe Perches2009-08-301-5/+2
* s2io.c: Use calculated size in kmallocsJoe Perches2009-08-301-35/+28
* s2io.c: Shorten code line length by using intermediate pointersJoe Perches2009-08-301-169/+224
* s2io.c: Use const for stringsJoe Perches2009-08-301-4/+4
* WAN: bit and/or confusionroel kluin2009-08-301-4/+4
* ucc_geth: Implement suspend/resume and Wake-On-LAN supportAnton Vorontsov2009-08-303-0/+126
* ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and codeAnton Vorontsov2009-08-302-36/+0
* ucc_geth: Factor out MAC initialization steps into a callAnton Vorontsov2009-08-301-35/+52
* ucc_geth: Fix NULL pointer dereference in uec_get_ethtool_stats()Anton Vorontsov2009-08-301-2/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-08-309-24/+2514
|\
| * Bluetooth: Add USB autosuspend support to btusb driverOliver Neukum2009-08-241-20/+174
| * Bluetooth: Fix false errors from bcsp_pkt_cull functionWending Weng2009-08-241-1/+2
| * Bluetooth: Add missing kmalloc NULL tests to Marvell driverJulia Lawall2009-08-221-2/+3
| * Bluetooth: Fix incorrect alignment in Marvell BT-over-SDIO driverBing Zhao2009-08-222-6/+9
| * Bluetooth: Remove Enter/Leave debug statements from Marvell driverMarcel Holtmann2009-08-222-219/+23
| * Bluetooth: Fix last few compiler warning within Marvell core driverMarcel Holtmann2009-08-221-4/+4
| * Bluetooth: Fix Marvell driver to use skb_put and hci_opcode_packMarcel Holtmann2009-08-221-14/+8