summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2006-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-6/+3
2006-04-02Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds12-1045/+615
2006-04-02BUG_ON() Conversion in drivers/net/Eric Sesterhenn1-6/+3
2006-04-01[PATCH] uml: kconfigsAl Viro1-1/+1
2006-03-31[PATCH] pcmcia: convert DEV_OK to pcmcia_dev_presentDominik Brodowski5-10/+9
2006-03-31[PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski9-195/+117
2006-03-31[PATCH] pcmcia: remove unused p_dev->state flagsDominik Brodowski3-3/+2
2006-03-31[PATCH] pcmcia: add return value to _config() functionsDominik Brodowski9-72/+75
2006-03-31[PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski11-338/+292
2006-03-31[PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski10-246/+108
2006-03-31[PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski9-56/+30
2006-03-31[PATCH] pcmcia: default suspend and resume handlingDominik Brodowski9-94/+25
2006-03-31[PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irqDominik Brodowski3-11/+3
2006-03-31[PATCH] pcmcia: add pcmcia_disable_deviceDominik Brodowski8-90/+24
2006-03-30Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik33-8/+15546
2006-03-28[PATCH] Typo fixesAlexey Dobriyan2-2/+2
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre1-1/+2
2006-03-27[PATCH] hostap: Fix EAPOL frame encryptionJouni Malinen1-1/+1
2006-03-27[PATCH] hostap: Make hostap_tx_encrypt() staticJouni Malinen2-6/+3
2006-03-27[PATCH] PCMCIA_SPECTRUM must select FW_LOADERAdrian Bunk1-0/+1
2006-03-27[PATCH] bcm43xx: don't set the channel on a device, which is down.Michael Buesch1-3/+9
2006-03-27[PATCH] bcm43xx: sync GPHY init with the specs.Michael Buesch3-29/+255
2006-03-27[PATCH] bcm43xx: fix the remaining sparse warnings.Michael Buesch2-5/+10
2006-03-27[PATCH] bcm43xx: remove some compilerwarnings.Michael Buesch4-60/+13
2006-03-27[PATCH] bcm43xx: fix "include" issues on some platforms.Michael Buesch2-2/+2
2006-03-27[PATCH] bcm43xx: get rid of "/* vim: ..." lines at the end of several files.Michael Buesch8-16/+0
2006-03-27[PATCH] bcm43xx: add useless and broken statistics stuff. People seem to want...Michael Buesch3-4/+53
2006-03-27[PATCH] bcm43xx: fix nrssi_threshold calculation.Michael Buesch1-39/+33
2006-03-27[PATCH] bcm43xx: sync interference mitigation code to the specs.Michael Buesch2-150/+309
2006-03-27[PATCH] bcm43xx: set default attenuation values.Michael Buesch5-38/+158
2006-03-27[PATCH] bcm43xx: some IRQ handler cleanups.Michael Buesch1-35/+30
2006-03-27[PATCH] bcm43xx: merge all iwmode code into the set_iwmode function.Michael Buesch1-36/+29
2006-03-27[PATCH] bcm43xx: fix some gpio register trashing (hopefully :D)Michael Buesch3-43/+46
2006-03-27[PATCH] bcm43xx: remove check for mmio length, as it differs among platforms....Michael Buesch1-26/+4
2006-03-27[PATCH] bcm43xx: properly mask txctl1 before writing it to hardware.Michael Buesch1-2/+2
2006-03-27[PATCH] bcm43xx: Do boardflags workarounds for specific boards.Michael Buesch2-0/+13
2006-03-27[PATCH] bcm43xx: Remove the workaround in dummy_transmission,Michael Buesch1-7/+0
2006-03-27[PATCH] bcm43xx: Fix crash on ifdown, by being careful in pio/dma freeing.Michael Buesch2-2/+10
2006-03-27[PATCH] bcm43xx: reduce the size of bcm43xx_private by removing unneeded memb...Michael Buesch13-301/+320
2006-03-27[PATCH] bcm43xx: add functions bcm43xx_dma_read/write, bcm43xx_dma_tx_suspend...Michael Buesch2-28/+51
2006-03-27[PATCH] bcm43xx: receive TX status on MMIO or DMA unconditionally regarding t...Michael Buesch1-12/+7
2006-03-27[PATCH] bcm43xx: fix some stuff, add a few missing mmiowb(), remove dead code.Michael Buesch6-187/+167
2006-03-27[PATCH] bcm43xx: Remove the mmio access printing facility overhead.Michael Buesch2-130/+6
2006-03-27[PATCH] bcm43xx: Abstract the locking mechanism.Michael Buesch7-124/+142
2006-03-27[PATCH] bcm43xx: Set both, the DMAmask and the coherent DMAmask.Michael Buesch1-3/+6
2006-03-27[PATCH] bcm43xx: fix DMA TX skb freeing in case of fragmented packets.Pete Zaitcev2-40/+8
2006-03-27[PATCH] bcm43xx: Add sysfs attributes for device specific tunables.Michael Buesch5-1/+356
2006-03-27[PATCH] bcm43xx: Move TX/RX related functions to its own file. Add basic RTS/...Michael Buesch9-577/+746
2006-03-27[PATCH] bcm43xx: add assert(bcm->initialized) to periodic_tasks_setup().Michael Buesch1-0/+1
2006-03-27[PATCH] bcm43xx: move initialized = 1 to the end of init_board.Michael Buesch1-4/+6