aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Avoid unneeded castsSujith2009-04-223-11/+11
* ath9k: Remove redundant variable for Interrupt MitigationSujith2009-04-222-11/+6
* ath9k: Change return value of ath9k_hw_fill_cap_infoSujith2009-04-222-9/+3
* ath9k: Cleanup debug messagesSujith2009-04-2210-129/+115
* ath9k: Remove redundant chainmask checkSujith2009-04-221-8/+0
* ath9k: Remove a few unused flagsSujith2009-04-225-71/+30
* ath9k: No need to abort Rx path when autosleep is enabled.Vivek Natarajan2009-04-221-11/+18
* b43: Do not "select" HW_RANDOMMichael Buesch2009-04-223-3/+17
* rt2x00: Fix Sparse warningIvo van Doorn2009-04-221-1/+1
* rt2x00: Move Move pci_dev specific access to rt2x00pciIvo van Doorn2009-04-226-18/+33
* ar9170: fix hang on stopChristian Lamparter2009-04-221-3/+4
* ath5k: fix scanning in AR2424Pavel Roskin2009-04-221-1/+1
* rfkill: remove user_claim stuffJohannes Berg2009-04-224-4/+0
* p54spi: compensate firmware alignment bug in p54spi_rxMax Filippov2009-04-221-1/+9
* iwl3945: use iwl_mac_conf_txAbhijeet Kolekar2009-04-224-90/+46
* iwlwifi: merge and better support of suspend/resume for iwlagn and iwl3945Wey-Yi Guy2009-04-226-108/+56
* p54spi: fix p54spi_tx_frame DMA transfer initiation and skb cleanupMax Filippov2009-04-221-28/+28
* libertas: support mesh for various firmware versionsBing Zhao2009-04-229-50/+116
* p54spi: fix p54spi_upload_firmwareMax Filippov2009-04-221-15/+19
* p54spi: mask value read from SPI_ADRS_DMA_WRITE_CTRL in p54spi_wait_bitMax Filippov2009-04-221-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-2121-106/+199
|\
| * ar9170usb: fix hang on resumeChristian Lamparter2009-04-201-20/+90
| * mwl8k: fix module re-insertion bugJoerg Albert2009-04-201-2/+2
| * p54: deactivate broken powersave functionChristian Lamparter2009-04-201-2/+0
| * iwl3945-base.c: Add missing space to debug printJoe Perches2009-04-201-1/+1
| * rt2x00: Don't free register information on suspendIvo van Doorn2009-04-202-34/+2
| * ar9170usb: add ZyXEL NWD271NChristian Lamparter2009-04-171-0/+2
| * ar9170: fix struct layout on armJohannes Berg2009-04-161-4/+4
| * orinoco: correct timeout logic in __orinoco_hw_set_tkip_key()Pavel Roskin2009-04-161-5/+3
| * rt2x00: prevent double kfree when failing to register hardwareHerton Ronaldo Krzesinski2009-04-161-3/+1
| * fix iwl3945 registration regressionJohannes Berg2009-04-161-0/+2
| * b43: Do radio lock assertion in softwareMichael Buesch2009-04-163-5/+20
| * rt2x00: Add rt73usb USB IDsIvo van Doorn2009-04-161-0/+2
| * p54usb: add Telsey 802.11g USB2.0 AdapterChristian Lamparter2009-04-161-0/+1
| * ar9170: add Cace Airpcap NX usb_idChristian Lamparter2009-04-161-0/+2
| * airo: queue SIOCSIWAUTH-requested auth mode change for next commitDan Williams2009-04-161-1/+1
| * at76c50x-usb: Add device ID for OQO model 01+Jamie Lentin2009-04-161-0/+2
| * libertas: don't leak skb on receive errorPhilip Rakity2009-04-161-0/+2
| * ath9k: fix access to a freed skb in ath_rx_tasklet()Pavel Roskin2009-04-161-1/+3
| * p54spi: fix locking warning in p54spi_op_txChristian Lamparter2009-04-161-12/+13
| * p54: replace MAC80211_LEDS with P54_LEDS in p54.hChristian Lamparter2009-04-161-6/+6
| * b43: Refresh RX poison on buffer recyclingMichael Buesch2009-04-161-10/+11
| * b43: Poison RX buffersMichael Buesch2009-04-161-4/+33
* | ipw2x00: remove old compat_net_dev_ops codeAlexander Beregalov2009-04-161-4/+0
* | drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov2009-04-135-17/+7
* | at76c50x-usb: remove pointless conditional before kfree_skb()Wei Yongjun2009-04-131-2/+1
|/
* dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang2009-04-072-6/+6
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-079-18/+18
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-072-6/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-035-5/+5
|\