summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ipw2200.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl2006-06-281-16/+6Star
* [PATCH] ipw2200 locking fixZhu Yi2006-06-151-9/+32
* [PATCH] ipw2200: Fix wpa_supplicant association problemZhu Yi2006-04-241-2/+1Star
* [PATCH] ipw2200: remove priv->last_noise referenceZhu Yi2006-04-241-3/+0Star
* [PATCH] ipw2200: rename CONFIG_IEEE80211_RADIOTAP to CONFIG_IPW2200_RADIOTAPZhu Yi2006-04-241-6/+6
* [PATCH] ipw2200: rename CONFIG_IPW_QOS to CONFIG_IPW2200_QOSZhu Yi2006-04-241-21/+21
* [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-241-26/+573
* [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/+33Star
* [PATCH] ipw2200: Exponential averaging for signal and noise LevelZhu Yi2006-04-241-14/+20
* BUG_ON() Conversion in drivers/net/Eric Sesterhenn2006-04-021-6/+3Star
* [PATCH] ipw2x00: expend Copyright to 2006Zhu Yi2006-03-171-2/+2
* [PATCH] drivers/net/wireless/ipw2200.c: fix an array overunAdrian Bunk2006-03-171-3/+2Star
* [PATCH] ipw2200: Update ipw2200 version stamp to 1.1.1Zhu Yi2006-03-171-1/+1
* [PATCH] ipw2200: switch to the new ipw2200-fw-3.0 image formatJames Ketrenos2006-03-171-101/+64Star
* [PATCH] ipw2200: wireless extension sensitivity threshold supportOlivier Hochreutiner2006-03-171-0/+48
* [PATCH] ipw2200: Enables the "slow diversity" algorithmCahill, Ben M2006-03-171-1/+1
* [PATCH] ipw2200: Set a meaningful silence threshold valueCahill, Ben M2006-03-171-4/+4
* [PATCH] ipw2200: export `debug' module param only if CONFIG_IPW2200_DEBUGZhu Yi2006-03-171-0/+2
* [PATCH] ipw2200: Change debug level for firmware error loggingZhu Yi2006-03-171-5/+5
* [PATCH] ipw2200: Filter unsupported channels out in ad-hoc modeZhu Yi2006-03-171-4/+12
* [PATCH] ipw2200: Fix ipw_sw_reset() implementation inconsistent with commentZhu Yi2006-03-171-2/+2
* [PATCH] ipw2200: Fix rf_kill is activated after mode change with 'disable=1'Zhu Yi2006-03-171-5/+12
* [PATCH] ipw2200: remove the WPA card associates to non-WPA AP checkingZhu Yi2006-03-171-9/+0Star
* [PATCH] ipw2200: Add signal level to iwlist scan outputBill Moss2006-03-171-3/+4
* [PATCH] ipw2200: use generic ieee80211_get_hdrlen() to get packet lengthZhu Yi2006-03-171-1/+2
* [PATCH] ipw2200: fix a potential NULL pointer dereferenceZhu Yi2006-03-171-2/+0Star
* [PATCH] ipw2200: stop netdev queue if h/w doesn't have space for new packetsJames Ketrenos2006-03-171-5/+3Star
* [PATCH] ipw2200: print geography code upon module loadHenrik Brix Andersen2006-03-171-3/+9
* [PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() staticAdrian Bunk2006-03-171-1/+1
* [PATCH] Remove duplicated code from ipw2200.cLarry Finger2006-03-171-112/+16Star
* Merge branch 'from-linus'John W. Linville2006-02-281-3/+3
|\
| * [PATCH] ipw2200: Suppress warning messageZhu Yi2006-02-211-3/+3
* | [PATCH] ipw2200: Fix software crypto shared WEP authentication problemZhu Yi2006-02-171-2/+1Star
* | [PATCH] ipw2200: Fix WPA network selection problemStefan Rompf2006-02-171-2/+2
* | Merge branch 'master'Jeff Garzik2006-02-071-1/+1
|\|
| * [PATCH] ipw2200: fix ->eeprom[EEPROM_VERSION] checkAlexey Dobriyan2006-02-011-1/+1
* | [PATCH] wireless/ipw2200: support WE-18 WPA enc_capaDan Williams2006-01-311-1/+4
* | [PATCH] ipw2200: Disable hwcrypto by defaultZhu Yi2006-01-311-2/+2
* | [PATCH] ipw2200: Semaphore to mutexes conversionZhu Yi2006-01-311-147/+147
* | [PATCH] ipw2200: remove white space and better format the codeZhu Yi2006-01-311-35/+27Star