summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] hostap: new pcmcia IDsMarcin Juszkiewicz2006-05-221-0/+6
* Merge branch 'upstream-fixes' into upstreamJohn W. Linville2006-05-221-3/+1
|\
| * [PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()Florin Malita2006-05-221-3/+1
* | [PATCH] unused exports in wireless driversArjan van de Ven2006-05-173-14/+0
* | Merge branch 'upstream-fixes' into upstreamJohn W. Linville2006-05-171-3/+3
|\|
| * [PATCH] bcm43xx: associate on 'ifconfig up'David Woodhouse2006-05-171-3/+3
* | [PATCH] bcm43xx: add PCI ID for bcm4319Stefano Brivio2006-05-051-0/+2
* | [PATCH] bcm43xx: fix whitespaceStefano Brivio2006-05-051-3/+3
* | [PATCH] orinoco: don't put PCI resource data to the network devicePavel Roskin2006-05-055-34/+12
* | [PATCH] orinoco: eliminate the suspend/resume functions if CONFIG_PM is unsetPavel Roskin2006-05-051-0/+5
* | [PATCH] orinoco: simplify locking, fix error handling in PCMCIA resumePavel Roskin2006-05-052-8/+6
* | [PATCH] orinoco: report more relevant data on startupPavel Roskin2006-05-052-26/+8
* | [PATCH] orinoco: unregister network device before releasing PCMCIA resourcesPavel Roskin2006-05-052-12/+6
* | [PATCH] wireless/airo: minimal WPA awarenessMichal Schmidt2006-05-051-1/+1
* | Merge branch 'upstream-fixes' into upstreamJohn W. Linville2006-05-054-23/+37
|\|
| * [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] wireless/airo: minimal WPA awarenessDan Williams2006-04-241-77/+194
* | [PATCH] ipw2200: Fix wpa_supplicant association problemZhu Yi2006-04-241-2/+1
* | [PATCH] ipw2200: remove priv->last_noise referenceZhu Yi2006-04-241-3/+0
* | [PATCH] ipw2200: rename CONFIG_IEEE80211_RADIOTAP to CONFIG_IPW2200_RADIOTAPZhu Yi2006-04-242-7/+7
* | [PATCH] wireless Kconfig add IPW2200_RADIOTAPZhu Yi2006-04-241-24/+28
* | [PATCH] ipw2200: rename CONFIG_IPW_QOS to CONFIG_IPW2200_QOSZhu Yi2006-04-242-22/+22
* | [PATCH] ipw2200: update version stamp to 1.1.2Zhu Yi2006-04-241-1/+1
* | [PATCH] ipw2200: version string reworkZhu Yi2006-04-241-1/+38
* | [PATCH] ipw2200: Enable rtap interface for RF promiscuous mode while associatedZhu Yi2006-04-243-27/+673
* | [PATCH] ipw2200: Fix endian issues with v3.0 fw image formatZhu Yi2006-04-241-11/+12
* | [PATCH] ipw2200: Set the 'fixed' flags in wext get_rateZhu Yi2006-04-241-0/+1
* | [PATCH] ipw2200: turn off signal debug logZhu Yi2006-04-241-1/+1
* | [PATCH] ipw2200: Do not continue loading the firmware if kmalloc failsZhu Yi2006-04-241-0/+1
* | [PATCH] ipw2200: fix compile warning when !CONFIG_IPW2200_DEBUGZhu Yi2006-04-241-0/+2
* | [PATCH] ipw2200: add module_param support for antenna selectionZhu Yi2006-04-241-1/+7
* | [PATCH] ipw2200: generates a scan event after a scan has completedZhu Yi2006-04-241-1/+20
* | [PATCH] ipw2200: Fix TX QoS enabled frames problemZhu Yi2006-04-241-38/+33
* | [PATCH] ipw2200: Exponential averaging for signal and noise LevelZhu Yi2006-04-242-18/+22
* | [PATCH] bcm43xx: use pci_iomap() for convenience.Michael Buesch2006-04-243-23/+7
* | [PATCH] orinoco: bump version to 0.15Pavel Roskin2006-04-241-1/+1
* | [PATCH] orinoco: further comment cleanup in the PCI driversPavel Roskin2006-04-244-112/+22
* | [PATCH] orinoco: reduce differences between PCI drivers, create orinoco_pci.hPavel Roskin2006-04-245-565/+368
* | [PATCH] orinoco: support PCI suspend/resume for Nortel, PLX and TMD adaptorsPavel Roskin2006-04-243-4/+241
* | [PATCH] orinoco_pci: use pci_iomap() for resourcesPavel Roskin2006-04-241-9/+6
* | [PATCH] orinoco_pci: disable device and free IRQ when suspendingPavel Roskin2006-04-241-0/+11
* | [PATCH] orinoco: delay FID allocation after firmware initializationPavel Roskin2006-04-241-6/+22
* | [PATCH] orinoco: fix BAP0 offset error after several days of operationJiri Benc2006-04-241-0/+2
* | [PATCH] orinoco: simplify 802.3 encapsulation codePavel Roskin2006-04-242-38/+20
* | [PATCH] orinoco: refactor and clean up Tx error handlingPavel Roskin2006-04-241-16/+13
* | [PATCH] orinoco: don't use any padding for Tx framesPavel Roskin2006-04-243-58/+7
* | [PATCH] orinoco replace hermes_write_words() with hermes_write_bytes()Pavel Roskin2006-04-243-15/+16