summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* wl12xx: add support for new WL1271 chip revisionLuciano Coelho2009-07-102-0/+8
* wl12xx: moved firmware version reading routine to chip-specific functionsLuciano Coelho2009-07-103-3/+9
* wl12xx: add wl12xx_spi_reg_read() and wl12xx_spi_reg_write() functionsLuciano Coelho2009-07-102-0/+20
* wl12xx: removed chipset interrupt source configuration from fw wakeupJuuso Oikarinen2009-07-101-2/+0Star
* wl12xx: fix rx descriptor useKalle Valo2009-07-103-5/+21
* wl12xx: use wl12xx_mem_read32() to read the rx counterKalle Valo2009-07-101-2/+2
* wl12xx: allocate buffer the spi busy word from struct wl12xxKalle Valo2009-07-103-4/+6
* wl12xx: allocate buffer spi read/write command buffer kzalloc()Kalle Valo2009-07-102-15/+20
* wl12xx: reserve buffer for partition command in struct wl12xxKalle Valo2009-07-102-11/+17
* wl12xx: fix error handling in wl12xx_probe()Kalle Valo2009-07-101-2/+4
* wl12xx: reserver buffer for read32()/write32() in struct wl12xxKalle Valo2009-07-102-5/+6
* wl12xx: cmd and acx interface reworkKalle Valo2009-07-109-591/+896
* ath9k: Make sure we configure a non-zero beacon intervalVasanthakumar Thiagarajan2009-07-101-7/+8
* libertas: remove ps_supported flag, use fwcapinfoAndrey Yurovsky2009-07-106-10/+3Star
* ath5k: enable hardware LEDsBob Copeland2009-07-102-0/+23
* ath5k: cleanup ath5k_hw structBob Copeland2009-07-103-19/+10Star
* ath9k: downgrade ASSERT() in ath_clone_txbuf()Vasanthakumar Thiagarajan2009-07-101-0/+6
* ath9k: Remove unnecessary count for addba attemptVasanthakumar Thiagarajan2009-07-102-13/+1Star
* ath9k: Nuke unneccesary helper function to see if aggr is activeVasanthakumar Thiagarajan2009-07-101-13/+1Star
* cfg80211: pass netdev to change_virtual_intfJohannes Berg2009-07-102-17/+7Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-1021-52/+116
|\
| * cxgb3: Fix crash caused by stashing wrong netdev_queueRoland Dreier2009-07-101-2/+1Star
| * ixgbe: Fix coexistence of FCoE and Flow Director in 82599Yi Zou2009-07-102-8/+17
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-0913-11/+42
| |\
| | * p54: tx refused but queue activeLarry Finger2009-07-081-2/+3
| | * Atheros Kconfig needs to be dependent on WLAN_80211Jay Sternberg2009-07-081-0/+1
| | * mac80211_hwsim: avoid NULL accessJohannes Berg2009-07-081-0/+1
| | * ssb: Add support for 4318EClyde McPherson2009-07-081-2/+4
| | * b43: Add support for 4318EClyde McPherson2009-07-081-0/+1
| | * zd1211rw: adding SONY IFU-WLM2 (054c:0257) as a zd1211b deviceHin-Tak Leung2009-07-081-0/+1
| | * zd1211rw: 07b8:6001 is a ZD1211BPascal Terjan2009-07-081-1/+1
| | * hp-wmi: fix rfkill bugJohannes Berg2009-07-071-1/+1
| | * iwmc3200wifi: add Kconfig helpSamuel Ortiz2009-07-071-0/+9
| | * ath9k: Fix leak in tx descriptorVasanthakumar Thiagarajan2009-07-071-1/+8
| | * b43/b43legacy: fix radio LED initializationLarry Finger2009-07-074-4/+12
| * | r6040: bump driver version to 0.24 and date to 08 July 2009Florian Fainelli2009-07-081-2/+2
| * | r6040: restore MIER register correctly when IRQ line is sharedFlorian Fainelli2009-07-081-1/+4
| * | davinci_emac: fix kernel oops when changing MAC address while interface is downPablo Bitton2009-07-081-2/+10
| * | igb: set lan id prior to configuring phyAlexander Duyck2009-07-081-0/+4
| * | fec: fix definition of 5272 version of FEC_X_DES_ACTIVE registerGreg Ungerer2009-07-071-1/+1
| * | fec: remove extra ";" from definition namesGreg Ungerer2009-07-071-6/+6
| |/
| * Revert "p54: Use SKB list handling helpers instead of by-hand code."David S. Miller2009-07-061-19/+27
| * tun/tap: Fix crashes if open() /dev/net/tun and then poll() it.Mariusz Kozlowski2009-07-061-1/+3
* | cxgb3: Drain Mac Tx fifo when the port goes down.Divy Le Ray2009-07-081-1/+28
* | cxgb3: fix mac index mappingDivy Le Ray2009-07-081-0/+2
* | cxgb3: Fix mss table initializationDivy Le Ray2009-07-081-0/+1
* | cxgb3: use request_firmware() for the EDC registers setupDivy Le Ray2009-07-084-1050/+112Star
* | cxgb3: AEL2020 phy support updateDivy Le Ray2009-07-082-27/+83
* | cxgb3: Fix T3C MAC max packet size accessDivy Le Ray2009-07-081-5/+6
* | cxgb3: fix phy power downDivy Le Ray2009-07-081-8/+2Star