summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-11-10119-10451/+10031Star
|\
| * rtl8187: Change TX power settingsLarry Finger2008-11-101-1/+1
| * orinoco: Move sources to a subdirectoryDavid Kilroy2008-11-1017-8/+13
| * cfg80211: Add kdoc for struct regulatory_requestLuis R. Rodriguez2008-11-101-3/+19
| * cfg80211: make use of reg macros on REG_RULELuis R. Rodriguez2008-11-101-11/+11
| * cfg80211: Add regulatory domain intersection capabilityLuis R. Rodriguez2008-11-101-8/+158
| * cfg80211: a reg rule is invalid if freq diff is 0Luis R. Rodriguez2008-11-101-1/+1
| * mac80211_hwsim: Add support for client PS modeJouni Malinen2008-11-102-0/+191
| * mac80211: Allow AP mode to be enabledJouni Malinen2008-11-101-0/+2
| * mac80211: fix basic rates setting from association responseTomas Winkler2008-11-101-6/+12
| * mac80211_hwsim: Make sure beacon_timer gets deletedJouni Malinen2008-11-101-0/+1
| * nl80211: Add TX queue parameter configurationJouni Malinen2008-11-104-7/+151
| * mac80211_hwsim: Debug info for TX queue parametersJouni Malinen2008-11-101-0/+12
| * nl80211: Add basic rate configuration for AP modeJouni Malinen2008-11-104-0/+37
| * mac80211_hwsim: Debug info for BSS config changesJouni Malinen2008-11-101-0/+37
| * b43legacy: reindent misleading statementIlpo Järvinen2008-11-101-1/+1
| * libertas_tf: fix skb tail pointerJohannes Berg2008-11-101-1/+1
| * p54: initialize all deprecated fieldsChr2008-11-101-6/+9
| * p54: don't report known but unhandled EEPROM codes as unknownPavel Roskin2008-11-101-0/+24
| * iwlwifi: do not call statistics from rfkillMohamed Abbas2008-11-101-0/+4
| * iwlwifi: iwl-agn-rs: initialize rs with valid antennaWinkler, Tomas2008-11-101-4/+2Star
| * iwlwifi: rename double inclusion protection name in iwl-commands.hEmmanuel Grumbach2008-11-101-3/+3
| * iwlwifi: rename generic iwlagn functions that had a HW specific nameEmmanuel Grumbach2008-11-104-207/+207
| * iwlwifi: fix priv->iw_mode setting when multiple vif are configuredZhu, Yi2008-11-102-17/+16Star
| * iwlwifi: trivial removal of some 4965 remaining from iwl-agn-rs.hWinkler, Tomas2008-11-102-5/+5
| * iwlwifi: reorganize flow handler bitologyWinkler, Tomas2008-11-103-29/+35
| * b43: implement short slot and basic rate handlingJohannes Berg2008-11-102-13/+99
| * wireless: implement basic rate helper functionJohannes Berg2008-11-102-0/+35
| * rt2x00: Remove debugfs CSR access wrappersIvo van Doorn2008-11-1013-84/+86
| * ath9k: correct warning about unintialized variable 'tid'John W. Linville2008-11-101-6/+5Star
| * rtl8187: Reduce channel switch delayLarry Finger2008-11-101-1/+0Star
| * rtl8187: Remove primitive write delaysLarry Finger2008-11-102-4/+0Star
| * rtl8187: Remove msleep calls after calls to rtl8225_writeLarry Finger2008-11-101-58/+59
| * rtl8187: Remove CCK delaysLarry Finger2008-11-101-46/+46
| * rtl8187: Remove OFDM delaysLarry Finger2008-11-101-86/+82Star
| * rtl8187: Remove large delaysLarry Finger2008-11-102-3/+1Star
| * rt2x00: Release rt2x00 2.2.2Ivo van Doorn2008-11-101-1/+1
| * rt2x00: Improve interface_modes initializationIvo van Doorn2008-11-101-4/+10
| * rt2x00: Remove ieee80211_bss_conf from rt2x00_intfIvo van Doorn2008-11-103-9/+1Star
| * rt2x00: Optimize configuration handlingIvo van Doorn2008-11-109-655/+488Star
| * ath5k: update keycache to support TKIP handlingBob Copeland2008-11-102-7/+62
| * ath5k: enable hardware encryption for WEPBob Copeland2008-11-101-3/+8
| * wireless: fix two bad print_ssid conversionsHolger Schurig2008-11-101-0/+4
| * mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith2008-11-105-1/+34
| * ath9k: Remove internal RX A-MPDU processingSujith2008-11-104-584/+2Star
| * ath9k: Clear HT info on starting the driverSujith2008-11-101-0/+2
| * ath9k: Remove ath_tx_aggr_resp()Sujith2008-11-103-80/+8Star
| * ath9k: Enable interrupts at the proper placeSujith2008-11-102-11/+4Star
| * ath9k: Remove unnecessary TSF resetSujith2008-11-101-11/+0Star
| * ath9k: Streamline attach/detachSujith2008-11-103-248/+158Star