summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ipw2200.c
Commit message (Expand)AuthorAgeFilesLines
...
* | [PATCH] ipw2200: increase ipw2200 driver versionZhu Yi2006-01-311-1/+1
* | [PATCH] ipw2200: Fix qos_cmd param switch bugZhu Yi2006-01-311-4/+4
* | [PATCH] ipw2200: stack reductionZhu Yi2006-01-311-163/+90Star
* | [PATCH] ipw2200: Scale firmware loading watchdog with the firmware sizeZhu Yi2006-01-311-51/+63
* | [PATCH] ipw2200: add module parameter to enable/disable roamingZhu Yi2006-01-311-3/+7
* | [PATCH] ipw2200: Make LED blinking frequency independent of HZZhu Yi2006-01-311-3/+3
* | [PATCH] ipw2200: use jiffies_to_msec() wherever possibleZhu Yi2006-01-311-14/+16
* | [PATCH] ipw2200: Bluetooth coexistence supportZhu Yi2006-01-311-1/+19
* | [PATCH] ipw2200: Add LEAP authentication algorithm supportZhu Yi2006-01-311-6/+12
* | [PATCH] ipw2200: Mask out the WEP_KEY command dump from debug log for securit...Zhu Yi2006-01-311-1/+8
* | [PATCH] ipw2200: Fix indirect SRAM/register 8/16-bit write routinesZhu Yi2006-01-311-16/+70
* | [PATCH] drivers/net/wireless/ipw2200: possible cleanupsAdrian Bunk2006-01-311-15/+18
|/
* [PATCH] ipw2200: Fix a variable referenced after kfree() bugZhu Yi2006-01-301-1/+1
* [PATCH] ipw2200: Fix sw_reset doesn't clear the static essid problemZhu Yi2006-01-301-0/+4
* [PATCH] ipw2200: Fix "iwspy ethx off" causes kernel panicZhu Yi2006-01-301-1/+0Star
* [PATCH] ipw2200: do not sleep in ipw_request_direct_scanOlaf Kirch2006-01-161-8/+6Star
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-151-21/+21
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-051-11/+10Star
|\
| * [PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200Brice Goglin2005-12-011-9/+9
| * [PATCH] ipw2200: kzalloc conversion and Kconfig dependency fixTakis2005-12-011-2/+1Star
* | [IEEE80211] ipw2200: Simplify multicast checks.Stephen Hemminger2006-01-041-10/+5Star
|/
* [PATCH] ipw2200: fix error log offset calculationZhu Yi2005-11-171-2/+1Star
* [PATCH] ipw2200: disallow direct scanning when device is downPekka Enberg2005-11-171-0/+4
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-091-1351/+5258
|\
| * Update version ipw2200 stamp to 1.0.8James Ketrenos2005-11-081-1/+1
| * Updated firmware version stamp to 2.4 from 2.3 so it will use the latest firm...James Ketrenos2005-11-081-1/+1
| * Fixed parameter reordering in firmware log routine.James Ketrenos2005-11-081-1/+1
| * Fixed problem with not being able to send broadcast packets.Hong Liu2005-11-081-3/+6
| * Added channel support for ipw2200 cards identified as 'ZZR'James Ketrenos2005-11-081-1/+17
| * Removed warning about TKIP not being configured if countermeasures areJames Ketrenos2005-11-081-8/+2Star
| * Fixes missed beacon logic in relation to on-network AP roaming.Ben Cahill2005-11-081-7/+20
| * Removed legacy WIRELESS_EXT checks from ipw2200.cJames Ketrenos2005-11-081-507/+1Star
| * Fix 'Driver using old /proc/net/wireless support, please fix driver !' message.Benoit Boissinot2005-11-081-7/+12
| * Updated driver version stamps for ipw2100 (1.1.3) and ipw2200 (1.0.7)James Ketrenos2005-11-081-1/+1
| * Fixes WEP firmware error condition.Hong Liu2005-11-081-18/+13Star
| * [Fix bug# 771] Too many (8) bytes recieved when using AES/hwcryptoZhu Yi2005-11-081-8/+2Star
| * Fixes problem with WEP not working (association succeeds, but no Tx/Rx)Hong Liu2005-11-081-0/+2
| * Fixed problem with get_cmd_string not existing if CONFIG_IPW_DEBUG disabled.James Ketrenos2005-11-081-2/+0Star
| * Card with WEP enabled and using shared-key auth will have firmwareHong Liu2005-11-081-0/+10
| * Mixed PTK/GTK CCMP/TKIP support.Hong Liu2005-11-081-13/+37
| * Fixed is_network_packet() to include checking for broadcast packets.Peter Jones2005-11-081-5/+7
| * Adds radiotap support to ipw2200 in monitor mode..Mike Kershaw2005-11-081-0/+185
| * Make all the places the firmware fails to load showerrors (in decimal,Peter Jones2005-11-081-4/+4
| * [Bug 760] Fix setting WEP key in monitor mode causes IV lost.Zhu Yi2005-11-081-1/+1
| * [Bug 455] Fix frequent channel change generates firmware fatal error.Hong Liu2005-11-081-6/+25
| * Added wait_state wakeup on scan completion.James Ketrenos2005-11-081-0/+1
| * Updated ipw2200 to use the new ieee80211 callbacksJames Ketrenos2005-11-081-26/+35
| * Migrated some of the channel verification code back into the driver toLiu Hong2005-11-081-21/+152
| * Added cmdlog in non-debug systems.James Ketrenos2005-11-081-14/+106
| * Changed all of the ipw_send_cmd() calls to return any ipw_send_cmd errorJames Ketrenos2005-11-081-153/+34Star