summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2006-04-25[PATCH] wireless Kconfig add IPW2200_RADIOTAPZhu Yi1-24/+28
2006-04-25[PATCH] ipw2200: rename CONFIG_IPW_QOS to CONFIG_IPW2200_QOSZhu Yi2-22/+22
2006-04-25[PATCH] ipw2200: update version stamp to 1.1.2Zhu Yi1-1/+1
2006-04-25[PATCH] ipw2200: version string reworkZhu Yi1-1/+38
2006-04-25[PATCH] ipw2200: Enable rtap interface for RF promiscuous mode while associatedZhu Yi3-27/+673
2006-04-25[PATCH] ipw2200: Fix endian issues with v3.0 fw image formatZhu Yi1-11/+12
2006-04-25[PATCH] ipw2200: Set the 'fixed' flags in wext get_rateZhu Yi1-0/+1
2006-04-25[PATCH] ipw2200: turn off signal debug logZhu Yi1-1/+1
2006-04-25[PATCH] ipw2200: Do not continue loading the firmware if kmalloc failsZhu Yi1-0/+1
2006-04-25[PATCH] ipw2200: fix compile warning when !CONFIG_IPW2200_DEBUGZhu Yi1-0/+2
2006-04-25[PATCH] ipw2200: add module_param support for antenna selectionZhu Yi1-1/+7
2006-04-25[PATCH] ipw2200: generates a scan event after a scan has completedZhu Yi1-1/+20
2006-04-25[PATCH] ipw2200: Fix TX QoS enabled frames problemZhu Yi1-38/+33
2006-04-25[PATCH] ipw2200: Exponential averaging for signal and noise LevelZhu Yi2-18/+22
2006-04-25[PATCH] bcm43xx: use pci_iomap() for convenience.Michael Buesch3-23/+7
2006-04-25[PATCH] orinoco: bump version to 0.15Pavel Roskin1-1/+1
2006-04-25[PATCH] orinoco: further comment cleanup in the PCI driversPavel Roskin4-112/+22
2006-04-25[PATCH] orinoco: reduce differences between PCI drivers, create orinoco_pci.hPavel Roskin5-565/+368
2006-04-25[PATCH] orinoco: support PCI suspend/resume for Nortel, PLX and TMD adaptorsPavel Roskin3-4/+241
2006-04-25[PATCH] orinoco_pci: use pci_iomap() for resourcesPavel Roskin1-9/+6
2006-04-25[PATCH] orinoco_pci: disable device and free IRQ when suspendingPavel Roskin1-0/+11
2006-04-25[PATCH] orinoco: delay FID allocation after firmware initializationPavel Roskin1-6/+22
2006-04-25[PATCH] orinoco: fix BAP0 offset error after several days of operationJiri Benc1-0/+2
2006-04-25[PATCH] orinoco: simplify 802.3 encapsulation codePavel Roskin2-38/+20
2006-04-25[PATCH] orinoco: refactor and clean up Tx error handlingPavel Roskin1-16/+13
2006-04-25[PATCH] orinoco: don't use any padding for Tx framesPavel Roskin3-58/+7
2006-04-25[PATCH] orinoco replace hermes_write_words() with hermes_write_bytes()Pavel Roskin3-15/+16
2006-04-25[PATCH] orinoco: orinoco_xmit() should only return valid symbolic constantsPavel Roskin1-6/+6
2006-04-25[PATCH] orinoco: optimize Tx exception handling in orinocoPavel Roskin1-36/+6
2006-04-25[PATCH] orinoco: Symbol card supported by spectrum_cs is LA4137, not LA4100Pavel Roskin1-2/+2
2006-04-25[PATCH] orinoco: remove debug buffer code and userspace include supportPavel Roskin2-53/+0
2006-04-25[PATCH] orinoco: remove tracing code, it's unusedPavel Roskin2-86/+0
2006-04-25[PATCH] orinoco: remove underscores from little-endian field namesPavel Roskin1-14/+14
2006-04-25[PATCH] orinoco: remove PCMCIA audio support, it's useless for wireless cardsPavel Roskin2-12/+0
2006-04-25[PATCH] orinoco: Remove useless CIS validationPavel Roskin2-6/+0
2006-04-24[PATCH] bcm43xx: make PIO mode usableMichael Buesch3-32/+84
2006-04-24[PATCH] Fix crash on big-endian systems during scanPavel Roskin1-2/+2
2006-04-20[PATCH] bcm43xx: iw_priv_args names should be <16 charactersErik Mouw1-4/+4
2006-04-20[PATCH] bcm43xx: sysfs code cleanupMichael Buesch4-67/+82
2006-04-20[PATCH] bcm43xx: fix pctl slowclock limit calculationMichael Buesch2-47/+77
2006-04-20[PATCH] bcm43xx: fix dyn tssi2dbm memleakAdrian Bunk1-0/+1
2006-04-20[PATCH] bcm43xx: fix config menu alignmentRandy Dunlap1-0/+3
2006-04-20[PATCH] bcm43xx wireless: fix printk format warningsRandy Dunlap2-10/+11
2006-04-20[PATCH] bcm43xx: set trans_start on TX to prevent bogus timeoutsMichael Buesch1-0/+1
2006-04-20[PATCH] orinoco: fix truncating commsquality RID with the latest Symbol firmwarePavel Roskin1-1/+1
2006-04-20[PATCH] Revert NET_RADIO Kconfig title changeJean Tourrilhes1-1/+1
2006-04-20[PATCH] wireless/atmel: send WEXT scan completion eventsDan Williams1-0/+11
2006-04-20[PATCH] wireless/airo: clean up WEXT association and scan eventsDan Williams1-29/+17
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