summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-08-28b43: LP-PHY: Fix a few typos in the RC calibration codeGábor Stefanik1-3/+4
2009-08-28PRISM54: fix compilation warningJaswinder Singh Rajput1-2/+2
2009-08-28ath5k: add hardware CCMP encyption supportBob Copeland3-0/+14
2009-08-28ath5k: use the skb->cb directly for RX statusBob Copeland1-20/+21
2009-08-28ath5k: add led pin configuration for compaq c700 laptopMarcos Chaparro1-0/+2
2009-08-28ath5k: clean up filter flags settingBob Copeland1-16/+23
2009-08-28mwl8k: separate driver and device info reporting during probeLennert Buytenhek1-9/+12
2009-08-28mwl8k: missing endian conversion when printing firmware command resultLennert Buytenhek1-1/+1
2009-08-28mwl8k: fix pci dma mapping leak in mwl8k_post_cmd() error pathLennert Buytenhek1-1/+4
2009-08-28mwl8k: fix inverted error test in mwl8k_bss_info_changed()Lennert Buytenhek1-1/+1
2009-08-28ar9170: remove unnecessary call to ar9170_set_beacon_timersJoerg Albert1-6/+0
2009-08-28ar9170: cleanup of bss_info_changed and beacon configJoerg Albert3-18/+21
2009-08-28ipw2x00: update contact informationReinette Chatre8-8/+8
2009-08-28iwlwifi: fix unloading driver while scanningWey-Yi Guy2-2/+3
2009-08-28iwlwifi: fix remove key errorAbhijeet Kolekar1-1/+1
2009-08-28iwlwifi: read enhanced tx power info from EEPROM imageWey-Yi Guy3-1/+332
2009-08-28iwlwifi: remove duplicated defineWey-Yi Guy1-1/+0
2009-08-28iwlwifi: set HT flags in ieee80211_rx_status for received packetsDaniel C Halperin1-0/+10
2009-08-28iwlwifi: clear rate control flags on non-HT packetDaniel C Halperin1-0/+1
2009-08-28iwlwifi: show current tx powerWey-Yi Guy2-0/+55
2009-08-28iwlwifi: change IWL6000_UCODE_API_MAX to v4Wey-Yi Guy2-4/+18
2009-08-28iwlwifi: error checking for setting tx_power in sysfsWey-Yi Guy2-11/+30
2009-08-28iwlwifi: name changes from "tx_power_channel_lmt" to "tx_power_device_lmt"Wey-Yi Guy2-5/+5
2009-08-28iwlwifi: do not allow set tx power over channel power limitWey-Yi Guy1-4/+4
2009-08-28iwlwifi: set default tx power user limit to minimalWey-Yi Guy1-1/+4
2009-08-28iwlwifi: Make injection of non-broadcast frames work againGábor Stefanik2-7/+12
2009-08-28libertas: Add support for Marvell Libertas CF8305Marek Vasut1-2/+37
2009-08-28libertas: clean up and clarify get_common_ratesDan Williams1-31/+27
2009-08-28libertas: Read buffer overflowRoel Kluin1-16/+15
2009-08-28ath9k: Fix chainmask selection during scanningSujith1-1/+6
2009-08-28libipw: switch from ieee80211_* to libipw_* naming policyJohn W. Linville10-1254/+1255
2009-08-28rndis_wlan: fix broken logic in add_wep_key()Jussi Kivilinna1-1/+1
2009-08-28ath9k: Add support FIF_OTHER_BSS filtering mode.Javier Cardona1-3/+4
2009-08-28p54: fix broadcast buffering in AP modeChristian Lamparter1-0/+3
2009-08-27qeth: display "undefined" value of sysfs-attribute "layer2"Ursula Braun1-1/+1
2009-08-27qeth: display service_level info only when valid.Klaus-Dieter Wacker1-2/+3
2009-08-27qeth: Cleanup for cast-type determination.Klaus-Dieter Wacker4-82/+57
2009-08-27qeth: scheduling while atomic during ifconfig online sequenceFrank Blaschka1-0/+1
2009-08-27qeth: HiperSockets SIGA retry support on CC=2.Klaus-Dieter Wacker2-8/+61
2009-08-27tg3: Update version to 3.100Matt Carlson1-2/+2
2009-08-27broadcom: Make the 57780 IEEE compliantMatt Carlson1-2/+35
2009-08-27broadcom: Add AC131 phy supportMatt Carlson1-0/+158
2009-08-27broadcom: Add BCM50610M supportMatt Carlson1-8/+30
2009-08-27tg3: Convert code to use PHY_IS_FETMatt Carlson2-27/+47
2009-08-27tg3: Create MII_TG3_FET namespaceMatt Carlson2-25/+34
2009-08-27tg3: Tune 5785 clock switchingMatt Carlson2-5/+14
2009-08-27tg3: Add 57788, remove 57720Matt Carlson2-2/+5
2009-08-27tg3: Preserve PCIe MPS setting for new devsMatt Carlson1-3/+15
2009-08-27tg3: Fix TSO test against wrong flags varMatt Carlson1-1/+1
2009-08-27tg3: Prevent tx BD corruptionMatt Carlson2-1/+36