summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-16iwlagn: simplify iwlagn_tx_skbStanislaw Gruszka1-21/+12
2010-11-16iwl3945: remove unused len_org variableStanislaw Gruszka1-8/+1
2010-11-16mac80211: add support for setting the ad-hoc multicast rateFelix Fietkau4-8/+23
2010-11-16cfg80211: add support for setting the ad-hoc multicast rateFelix Fietkau3-0/+11
2010-11-16mac80211: Add function to get probe request template for current APJuuso Oikarinen4-5/+61
2010-11-16ath9k_hw: add a private op for configuring radar pulse detectionFelix Fietkau3-0/+100
2010-11-16ath9k: clean up tx buffer setupFelix Fietkau1-78/+39
2010-11-16ath9k: remove the tx info padding byte abuseFelix Fietkau4-22/+10
2010-11-16ath9k: handle tx underrun in the driver instead of rate controlFelix Fietkau3-25/+20
2010-11-16ath9k: remove the unnecessary private xretry tx flagFelix Fietkau3-5/+1
2010-11-16ath5k: Cleanup opmode setting logic.Ben Greear1-10/+4
2010-11-16ath9k_hw: Fix low throughput issue with AR93xxSenthil Balasubramanian4-2/+33
2010-11-16ath9k: Fix bug in delimiter padding computationVasanthakumar Thiagarajan1-2/+2
2010-11-16ath9k_hw: Add helper function for interpolationVasanthakumar Thiagarajan1-20/+28
2010-11-16ath9k_hw: Improve power control accuracy for AR9003Vasanthakumar Thiagarajan1-1/+11
2010-11-16ath9k_hw: Enable strong signal detection for AR9003Vasanthakumar Thiagarajan1-0/+79
2010-11-16ath9k_hw: Fix XPABIAS level configuration for AR9003Vasanthakumar Thiagarajan1-6/+8
2010-11-16ath9k_hw: add eeprom templates for ar9003 family chipsetsSenthil Balasubramanian1-2/+2336
2010-11-16ath9k_hw: Fix paprd training frame failure.Senthil Balasubramanian1-4/+4
2010-11-16ath9k_hw: Initialize 2GHz CTL properly.Senthil Balasubramanian1-0/+1
2010-11-16ath9k_hw: Add new member into the eeprom structure.Senthil Balasubramanian2-7/+32
2010-11-16ath9k_hw: Fix a reset failure on AR9382 (2x2).Senthil Balasubramanian2-5/+14
2010-11-16ath5k: Add support for antenna configurationBruno Randolf1-0/+32
2010-11-16mac80211: Add antenna configurationBruno Randolf4-0/+94
2010-11-16cfg80211: Add nl80211 antenna configurationBruno Randolf3-1/+58
2010-11-16drivers/net/wireless/b43legacy/main.c: Use printf extension %pVJoe Perches1-12/+35
2010-11-16drivers/net/wireless/b43/main.c: Use printf extension %pVJoe Perches1-12/+36
2010-11-16drivers/net/wireless/ath/debug.c: Use printf extension %pVJoe Perches1-2/+7
2010-11-16rndis_wlan: workaround poor scanning with BCM4320aJussi Kivilinna1-11/+56
2010-11-16rndis_wlan: workaround device not returning bss for currently connected APJussi Kivilinna1-9/+121
2010-11-16mac80211: support hardware TX fragmentation offloadArik Nemtsov6-2/+60
2010-11-16ssb: return -ENOMEM on alloc fail (instead of CRC check's result)Rafał Miłecki1-4/+3
2010-11-16ssb: workarounds: be verbose about hacking SPROM revision, don't duplicate codeRafał Miłecki1-22/+23
2010-11-16mwl8k: use const struct fw pointers throughoutBrian Cavagnolo1-8/+7
2010-11-16mwl8k: make initial firmware load asynchronousBrian Cavagnolo1-29/+178
2010-11-16mwl8k: add API version checking for AP firmwareBrian Cavagnolo1-2/+21
2010-11-16mwl8k: choose proper firmware image as directed by userBrian Cavagnolo1-12/+66
2010-11-16mwl8k: factor out firmware loading and hw init codeBrian Cavagnolo1-131/+214
2010-11-16mwl8k: rf_tx_power cmd not supported by AP firmware APIv1Nishant Sarmukadam1-6/+72
2010-11-16mwl8k: revert unnecessary modification of tx descriptorBrian Cavagnolo1-6/+1
2010-11-16libertas: EHS_REMOVE_WAKEUP is not always supportedDeepak Saxena4-1/+18
2010-11-16libertas: don't block usb8388 suspend if no wakeup conditions are setDaniel Drake1-6/+0
2010-11-16iwlwifi: set STATUS_READY before commit_rxonWey-Yi Guy1-1/+2
2010-11-16iwlagn: check change before commit RXON cmdShanyu Zhao1-1/+2
2010-11-16iwlagn: use SKU information in the EEPROMWey-Yi Guy7-31/+36
2010-11-16iwlagn: update QoS before commit associated RXONShanyu Zhao1-28/+31
2010-11-16iwlagn: fix PAN slot timing wrt. DTIMJohannes Berg1-2/+3
2010-11-16iwlagn: reprogram AP STA after assocJohannes Berg3-22/+69
2010-11-16iwlagn: avoid crash if vif is not assignedJohannes Berg1-0/+5
2010-11-16iwlagn: fix PAN queuesJohannes Berg1-24/+33