summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
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-20mwl8k: update copyright and version numberLennert Buytenhek1-2/+2
2009-08-20mwl8k: remove mwl8k_queue_work()Lennert Buytenhek1-64/+0
2009-08-20mwl8k: get rid of mwl8k_configure_filter() workqueue useLennert Buytenhek1-45/+20
2009-08-20mwl8k: get rid of mwl8k_get_stats() workqueue useLennert Buytenhek1-30/+2
2009-08-20mwl8k: get rid of mwl8k_conf_tx() workqueue useLennert Buytenhek1-43/+14
2009-08-20mwl8k: get rid of mwl8k_set_rts_threshold() workqueue useLennert Buytenhek1-39/+3
2009-08-20mwl8k: get rid of mwl8k_bss_info_changed() workqueue useLennert Buytenhek1-63/+38
2009-08-20mwl8k: get rid of mwl8k_config() workqueue useLennert Buytenhek1-52/+20
2009-08-20mwl8k: get rid of mwl8k_stop() workqueue useLennert Buytenhek1-25/+1
2009-08-20mwl8k: get rid of mwl8k_start() workqueue useLennert Buytenhek1-78/+27
2009-08-20mwl8k: fix firmware command serialisationLennert Buytenhek1-65/+89
2009-08-20mwl8k: mwl8k_queue_work() cleanupLennert Buytenhek1-171/+33
2009-08-20mwl8k: mwl8k_txq_xmit() reworkLennert Buytenhek1-93/+52
2009-08-20mwl8k: implement idle modeLennert Buytenhek1-0/+6
2009-08-20mwl8k: no need to hold ->tx_lock while setting the hardware interrupt maskLennert Buytenhek1-6/+0
2009-08-20mwl8k: don't hardcode the number of transmit queuesLennert Buytenhek1-7/+7
2009-08-20mwl8k: don't touch 'command done' interrupt during firmware loadLennert Buytenhek1-23/+1