aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-2850-3676/+1250
|\
| * wireless: remove RFKILL_STATE_HARD_BLOCKED warningsJohn W. Linville2008-06-274-8/+21
| * ath5k: remove now unused variable declared in ath5k_txJohn W. Linville2008-06-271-1/+0
| * wireless: Small cleanupsPavel Machek2008-06-272-25/+20
| * iwlwifi: fix build for CONFIG_INPUT=nRandy Dunlap2008-06-272-2/+11
| * b43: Fix PIO skb clobberMichael Buesch2008-06-271-1/+1
| * rt2x00: kill URB for all TX queues during disable_radio()Ivo van Doorn2008-06-271-3/+6
| * ath5k: convert LED code to use mac80211 triggersBob Copeland2008-06-273-154/+132
| * rt2x00: Remove duplicate deinitializationIvo van Doorn2008-06-271-18/+2
| * b43: Add debugfs firmware debugging knobMichael Buesch2008-06-273-0/+15
| * b43: Add simple firmware watchdogMichael Buesch2008-06-272-0/+17
| * ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch2008-06-272-62/+66
| * adm8211: remove unnecessary protected bit mask/checkHarvey Harrison2008-06-261-8/+1
| * b43: Remove "shm" and "ucode_regs" debugfs filesMichael Buesch2008-06-262-44/+0
| * b43: Add mask/set capability to debugfs MMIO interfaceMichael Buesch2008-06-261-8/+30
| * b43: Add debugfs files for random SHM accessMichael Buesch2008-06-264-17/+234
| * b43: Add debugfs files for MMIO register accessMichael Buesch2008-06-262-0/+133
| * rt2x00: Release rt2x00 2.1.8Ivo van Doorn2008-06-261-1/+1
| * rt2x00: Increase queue sizeIvo van Doorn2008-06-261-7/+10
| * rt2x00: Fix sparse warning on nested container_of()Ivo van Doorn2008-06-263-8/+10
| * rt2x00: Cleanup symbol exportsIvo van Doorn2008-06-2611-137/+102
| * rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde2008-06-2610-176/+204
| * rt2x00: Centralize allocation of RX skbs.Gertjan van Wingerde2008-06-264-66/+113
| * rt2x00: Convert rt2x00 to use generic DMA-mapping APIGertjan van Wingerde2008-06-268-26/+25
| * rt2x00: Properly clean up beacon skbs.Gertjan van Wingerde2008-06-263-0/+18
| * rt2x00: Use ieee80211 fc handlersIvo van Doorn2008-06-263-39/+7
| * wireless: fix fallout from device_create removalStephen Rothwell2008-06-261-3/+4
| * b43legacy: use frame control helpersHarvey Harrison2008-06-261-9/+7
| * b43: use frame control helpersHarvey Harrison2008-06-261-10/+7
| * zd1211rw: use frame control helpersHarvey Harrison2008-06-261-16/+6
| * ath5k: use frame control helpersHarvey Harrison2008-06-261-7/+4
| * remove the strip driverAdrian Bunk2008-06-263-2829/+0
| * wext: Emit event stream entries correctly when compat.David S. Miller2008-06-1611-143/+195
* | Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-06-281-2/+2
|\ \
| * | rndis_host: pass buffer length to rndis_commandJussi Kivilinna2008-06-281-2/+2
| |/
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-2812-83/+123
|\ \ | |/ |/|
| * prism: islpci_eth.c endianness fixHarvey Harrison2008-06-271-1/+1
| * rt2x00: Fix lock dependency errrorIvo van Doorn2008-06-273-15/+28
| * iwlwifi: improve scanning band selection managementRon Rindjunsky2008-06-252-33/+39
| * rt2x00: Fix unbalanced mutex lockingIvo van Doorn2008-06-252-30/+42
| * b43legacy: Fix possible NULL pointer dereference in DMA codeMichael Buesch2008-06-251-1/+1
| * b43: Fix possible MMIO access while device is downMichael Buesch2008-06-251-0/+3
| * b43legacy: Do not return TX_BUSY from op_txMichael Buesch2008-06-251-2/+4
| * b43: Do not return TX_BUSY from op_txMichael Buesch2008-06-251-4/+8
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-167-52/+58
|\ \ | |/
| * rt2x00: Add D-link DWA111 supportIvo van Doorn2008-06-131-0/+1
| * rt2x00: LEDS build failureRandy Dunlap2008-06-131-6/+6
| * rt2x00: INPUT build failureRandy Dunlap2008-06-131-3/+4
| * b43: Fix noise calculation WARN_ONMichael Buesch2008-06-132-7/+10
| * b43: Fix possible NULL pointer dereference in DMA codeMichael Buesch2008-06-131-33/+32