summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers18-27/+28
2008-11-10rtl8187: Change TX power settingsLarry Finger1-1/+1
2008-11-10orinoco: Move sources to a subdirectoryDavid Kilroy17-8/+13
2008-11-10mac80211_hwsim: Add support for client PS modeJouni Malinen1-0/+184
2008-11-10mac80211_hwsim: Make sure beacon_timer gets deletedJouni Malinen1-0/+1
2008-11-10mac80211_hwsim: Debug info for TX queue parametersJouni Malinen1-0/+12
2008-11-10mac80211_hwsim: Debug info for BSS config changesJouni Malinen1-0/+37
2008-11-10b43legacy: reindent misleading statementIlpo Järvinen1-1/+1
2008-11-10libertas_tf: fix skb tail pointerJohannes Berg1-1/+1
2008-11-10p54: initialize all deprecated fieldsChr1-6/+9
2008-11-10p54: don't report known but unhandled EEPROM codes as unknownPavel Roskin1-0/+24
2008-11-10iwlwifi: do not call statistics from rfkillMohamed Abbas1-0/+4
2008-11-10iwlwifi: iwl-agn-rs: initialize rs with valid antennaWinkler, Tomas1-4/+2
2008-11-10iwlwifi: rename double inclusion protection name in iwl-commands.hEmmanuel Grumbach1-3/+3
2008-11-10iwlwifi: rename generic iwlagn functions that had a HW specific nameEmmanuel Grumbach4-207/+207
2008-11-10iwlwifi: fix priv->iw_mode setting when multiple vif are configuredZhu, Yi2-17/+16
2008-11-10iwlwifi: trivial removal of some 4965 remaining from iwl-agn-rs.hWinkler, Tomas2-5/+5
2008-11-10iwlwifi: reorganize flow handler bitologyWinkler, Tomas3-29/+35
2008-11-10b43: implement short slot and basic rate handlingJohannes Berg2-13/+99
2008-11-10rt2x00: Remove debugfs CSR access wrappersIvo van Doorn13-84/+86
2008-11-10ath9k: correct warning about unintialized variable 'tid'John W. Linville1-6/+5
2008-11-10rtl8187: Reduce channel switch delayLarry Finger1-1/+0
2008-11-10rtl8187: Remove primitive write delaysLarry Finger2-4/+0
2008-11-10rtl8187: Remove msleep calls after calls to rtl8225_writeLarry Finger1-58/+59
2008-11-10rtl8187: Remove CCK delaysLarry Finger1-46/+46
2008-11-10rtl8187: Remove OFDM delaysLarry Finger1-86/+82
2008-11-10rtl8187: Remove large delaysLarry Finger2-3/+1
2008-11-10rt2x00: Release rt2x00 2.2.2Ivo van Doorn1-1/+1
2008-11-10rt2x00: Improve interface_modes initializationIvo van Doorn1-4/+10
2008-11-10rt2x00: Remove ieee80211_bss_conf from rt2x00_intfIvo van Doorn3-9/+1
2008-11-10rt2x00: Optimize configuration handlingIvo van Doorn9-655/+488
2008-11-10ath5k: update keycache to support TKIP handlingBob Copeland2-7/+62
2008-11-10ath5k: enable hardware encryption for WEPBob Copeland1-3/+8
2008-11-10mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith3-0/+23
2008-11-10ath9k: Remove internal RX A-MPDU processingSujith4-584/+2
2008-11-10ath9k: Clear HT info on starting the driverSujith1-0/+2
2008-11-10ath9k: Remove ath_tx_aggr_resp()Sujith3-80/+8
2008-11-10ath9k: Enable interrupts at the proper placeSujith2-11/+4
2008-11-10ath9k: Remove unnecessary TSF resetSujith1-11/+0
2008-11-10ath9k: Streamline attach/detachSujith3-248/+158
2008-11-10ath9k: Remove unused function ath_get_currentCountry()Sujith2-25/+0
2008-11-10ath9k: Refactor hw.cSujith9-6701/+6603
2008-11-10ath9k: Revamp VAP managementSujith5-193/+67
2008-11-10ath9k: Use bitfields to store tid's state in a single variableSujith3-34/+27
2008-11-10ath9k: Ensure ath_node is not NULL when updating tx chainmaskSujith4-40/+28
2008-11-10ath9k: Remove SM Power Save as it is not supported nowSujith2-46/+6
2008-11-10ath9k: Revamp transmit control blockSujith4-342/+324
2008-11-10ath9k: Simplify node attach/detach routinesSujith4-124/+99
2008-11-10ath9k: Node cleanupSujith6-326/+94
2008-11-10ath5k: fix keytable type buglet in ath5k_hw_reset_keyBob Copeland1-4/+11