summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-10ath9k: Make sure we configure a non-zero beacon intervalVasanthakumar Thiagarajan1-7/+8
2009-07-10libertas: remove ps_supported flag, use fwcapinfoAndrey Yurovsky6-10/+3
2009-07-10ath5k: enable hardware LEDsBob Copeland2-0/+23
2009-07-10ath5k: cleanup ath5k_hw structBob Copeland3-19/+10
2009-07-10ath9k: downgrade ASSERT() in ath_clone_txbuf()Vasanthakumar Thiagarajan1-0/+6
2009-07-10ath9k: Remove unnecessary count for addba attemptVasanthakumar Thiagarajan2-13/+1
2009-07-10ath9k: Nuke unneccesary helper function to see if aggr is activeVasanthakumar Thiagarajan1-13/+1
2009-07-10cfg80211: pass netdev to change_virtual_intfJohannes Berg6-33/+17
2009-07-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller42-103/+224
2009-07-10cxgb3: Fix crash caused by stashing wrong netdev_queueRoland Dreier1-2/+1
2009-07-10ixgbe: Fix coexistence of FCoE and Flow Director in 82599Yi Zou2-8/+17
2009-07-10memory barrier: adding smp_mb__after_lockJiri Olsa3-1/+13
2009-07-10net: adding memory barrier to the poll and receive callbacksJiri Olsa10-19/+85
2009-07-09netpoll: Fix carrier detection for drivers that are using phylibAnton Vorontsov1-1/+1
2009-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller19-17/+48