summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-07-10orinoco: Move firmware capability determination into hw.cDavid Kilroy3-216/+219
2009-07-10mac80211_hwsim: clean up the skb before passing it backJohannes Berg1-0/+10
2009-07-10zd1211rw: sort vid/pid pairs by numerical valueHin-Tak Leung1-36/+37
2009-07-10mac80211: push rx status into skb->cbJohannes Berg21-25/+51
2009-07-10rt2x00: remove skb->do_not_encrypt usageJohannes Berg2-5/+4
2009-07-10rndis_wlan: convert set/get txpower to cfg80211Jussi Kivilinna1-73/+75
2009-07-10usbnet: Add stop function pointer to 'struct rndis_data'.Jussi Kivilinna1-0/+14
2009-07-10rndis_wlan: convert get/set frag/rts to cfg80211Jussi Kivilinna1-72/+63
2009-07-10iwmc3200wifi: rfkill cleanupZhu Yi6-32/+39
2009-07-10iwmc3200wifi: cache keys when interface is downSamuel Ortiz3-19/+28
2009-07-10iwmc3200wifi: change coexist periodic calibration flagZhu Yi2-6/+11
2009-07-10iwmc3200wifi: cfg80211 key hooks implemetationSamuel Ortiz6-332/+219
2009-07-10iwmc3200wifi: handling wifi_if_ntfy responsesSamuel Ortiz5-15/+31
2009-07-10iwmc3200wifi: invalidate keys when changing the BSSIDSamuel Ortiz1-1/+18
2009-07-10iwlwifi: remove disable_tx_power for device > 4965Wey-Yi Guy1-2/+7
2009-07-10iwlwifi: no need to refer to max_nrg_cck range valueWey-Yi Guy3-8/+3
2009-07-10iwlwifi: modify sensitivity value for 5150Wey-Yi Guy1-2/+25
2009-07-10wl1251: change psm enabled/disabled info to debugLuciano Coelho1-2/+2
2009-07-10wl1251: fix a checkpatch warningKalle Valo1-2/+1
2009-07-10wl1251: use wl1251 prefix everywhereKalle Valo26-1199/+1203
2009-07-10wl12xx: remove unused wl12xx_hw_init_mem_config()Kalle Valo1-1/+0
2009-07-10wl1251: rename wl12xx.h to wl1251.hKalle Valo19-17/+18
2009-07-10wl1251: add wl1251 prefix to all 1251 filesKalle Valo25-48/+758
2009-07-10wl1251: remove wl1271_setup()Kalle Valo1-8/+0
2009-07-10wl12xx: rename driver to wl1251Kalle Valo2-7/+14
2009-07-10wl12xx: rename wl1251.c wl1251_ops.cKalle Valo4-5/+5
2009-07-10wl12xx: Use chipset specific join commandsJuuso Oikarinen5-6/+10
2009-07-10wl12xx: Assign value to rx msdu lifetime variableVidhya Govindan1-0/+1
2009-07-10wl12xx: enable ELP modeKalle Valo1-5/+1
2009-07-10wl12xx: check if elp wakeup failedKalle Valo4-24/+59
2009-07-10wl12xx: optimise elp wakeup and sleep callsKalle Valo3-13/+25
2009-07-10wl12xx: protect wl12xx_op_set_rts_threshold()Kalle Valo1-0/+4
2009-07-10wl12xx: Fix CMD_TEST regression via netlink.Ari Kauppi1-24/+11
2009-07-10wl12xx: Fix incorrect warning message.Ari Kauppi1-1/+1
2009-07-10wl12xx: Add support for block reading from a fixed register addressJuuso Oikarinen2-7/+14
2009-07-10wl12xx: Moved wl1251 TX path implementation into chip specific filesJuuso Oikarinen6-51/+59
2009-07-10wl12xx: pass the wake up condition when configuring the wake up eventLuciano Coelho3-4/+7
2009-07-10wl12xx: add support for fixed address in wl12xx_spi_readLuciano Coelho2-7/+14
2009-07-10wl12xx: add support for new WL1271 chip revisionLuciano Coelho2-0/+8
2009-07-10wl12xx: moved firmware version reading routine to chip-specific functionsLuciano Coelho3-3/+9
2009-07-10wl12xx: add wl12xx_spi_reg_read() and wl12xx_spi_reg_write() functionsLuciano Coelho2-0/+20
2009-07-10wl12xx: removed chipset interrupt source configuration from fw wakeupJuuso Oikarinen1-2/+0
2009-07-10wl12xx: fix rx descriptor useKalle Valo3-5/+21
2009-07-10wl12xx: use wl12xx_mem_read32() to read the rx counterKalle Valo1-2/+2
2009-07-10wl12xx: allocate buffer the spi busy word from struct wl12xxKalle Valo3-4/+6
2009-07-10wl12xx: allocate buffer spi read/write command buffer kzalloc()Kalle Valo2-15/+20
2009-07-10wl12xx: reserve buffer for partition command in struct wl12xxKalle Valo2-11/+17
2009-07-10wl12xx: fix error handling in wl12xx_probe()Kalle Valo1-2/+4
2009-07-10wl12xx: reserver buffer for read32()/write32() in struct wl12xxKalle Valo2-5/+6
2009-07-10wl12xx: cmd and acx interface reworkKalle Valo9-591/+896