summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()Florin Malita2006-05-231-3/+1
* [PATCH] bcm43xx: associate on 'ifconfig up'David Woodhouse2006-05-171-3/+3
* [PATCH] bcm43xx: Fix access to non-existent PHY registersDavid Woodhouse2006-05-051-1/+1
* [PATCH] bcm43xx: Fix array overrun in bcm43xx_geo_initMichael Buesch2006-05-052-19/+30
* [PATCH] bcm43xx: check for valid MAC address in SPROMStefano Brivio2006-05-051-1/+1
* [PATCH] bcm43xx: fix iwmode crash when downMichael Buesch2006-05-051-2/+5
* [PATCH] bcm43xx: make PIO mode usableMichael Buesch2006-04-243-32/+84
* [PATCH] Fix crash on big-endian systems during scanPavel Roskin2006-04-241-2/+2
* [PATCH] bcm43xx: iw_priv_args names should be <16 charactersErik Mouw2006-04-191-4/+4
* [PATCH] bcm43xx: sysfs code cleanupMichael Buesch2006-04-194-67/+82
* [PATCH] bcm43xx: fix pctl slowclock limit calculationMichael Buesch2006-04-192-47/+77
* [PATCH] bcm43xx: fix dyn tssi2dbm memleakAdrian Bunk2006-04-191-0/+1
* [PATCH] bcm43xx: fix config menu alignmentRandy Dunlap2006-04-191-0/+3
* [PATCH] bcm43xx wireless: fix printk format warningsRandy Dunlap2006-04-192-10/+11
* [PATCH] bcm43xx: set trans_start on TX to prevent bogus timeoutsMichael Buesch2006-04-191-0/+1
* [PATCH] orinoco: fix truncating commsquality RID with the latest Symbol firmwarePavel Roskin2006-04-191-1/+1
* [PATCH] Revert NET_RADIO Kconfig title changeJean Tourrilhes2006-04-191-1/+1
* [PATCH] wireless/atmel: send WEXT scan completion eventsDan Williams2006-04-191-0/+11
* [PATCH] wireless/airo: clean up WEXT association and scan eventsDan Williams2006-04-191-29/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-04-021-6/+3
|\
| * BUG_ON() Conversion in drivers/net/Eric Sesterhenn2006-04-021-6/+3
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2006-04-0212-1045/+615
|\ \ | |/ |/|
| * [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_presentDominik Brodowski2006-03-315-10/+9
| * [PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski2006-03-319-195/+117
| * [PATCH] pcmcia: remove unused p_dev->state flagsDominik Brodowski2006-03-313-3/+2
| * [PATCH] pcmcia: add return value to _config() functionsDominik Brodowski2006-03-319-72/+75
| * [PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski2006-03-3111-338/+292
| * [PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski2006-03-3110-246/+108
| * [PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski2006-03-319-56/+30
| * [PATCH] pcmcia: default suspend and resume handlingDominik Brodowski2006-03-319-94/+25
| * [PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irqDominik Brodowski2006-03-313-11/+3
| * [PATCH] pcmcia: add pcmcia_disable_deviceDominik Brodowski2006-03-318-90/+24
* | [PATCH] uml: kconfigsAl Viro2006-03-311-1/+1
|/
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-03-2933-8/+15546
|\
| * [PATCH] hostap: Fix EAPOL frame encryptionJouni Malinen2006-03-271-1/+1
| * [PATCH] hostap: Make hostap_tx_encrypt() staticJouni Malinen2006-03-272-6/+3
| * [PATCH] PCMCIA_SPECTRUM must select FW_LOADERAdrian Bunk2006-03-271-0/+1
| * [PATCH] bcm43xx: don't set the channel on a device, which is down.Michael Buesch2006-03-271-3/+9
| * [PATCH] bcm43xx: sync GPHY init with the specs.Michael Buesch2006-03-273-29/+255
| * [PATCH] bcm43xx: fix the remaining sparse warnings.Michael Buesch2006-03-272-5/+10
| * [PATCH] bcm43xx: remove some compilerwarnings.Michael Buesch2006-03-274-60/+13
| * [PATCH] bcm43xx: fix "include" issues on some platforms.Michael Buesch2006-03-272-2/+2
| * [PATCH] bcm43xx: get rid of "/* vim: ..." lines at the end of several files.Michael Buesch2006-03-278-16/+0
| * [PATCH] bcm43xx: add useless and broken statistics stuff. People seem to want...Michael Buesch2006-03-273-4/+53
| * [PATCH] bcm43xx: fix nrssi_threshold calculation.Michael Buesch2006-03-271-39/+33
| * [PATCH] bcm43xx: sync interference mitigation code to the specs.Michael Buesch2006-03-272-150/+309
| * [PATCH] bcm43xx: set default attenuation values.Michael Buesch2006-03-275-38/+158
| * [PATCH] bcm43xx: some IRQ handler cleanups.Michael Buesch2006-03-271-35/+30
| * [PATCH] bcm43xx: merge all iwmode code into the set_iwmode function.Michael Buesch2006-03-271-36/+29
| * [PATCH] bcm43xx: fix some gpio register trashing (hopefully :D)Michael Buesch2006-03-273-43/+46