summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ipw2200.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-15[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-21/+21
2006-01-05Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+10
2006-01-04[IEEE80211] ipw2200: Simplify multicast checks.Stephen Hemminger1-10/+5
2005-12-01[PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200Brice Goglin1-9/+9
2005-12-01[PATCH] ipw2200: kzalloc conversion and Kconfig dependency fixTakis1-2/+1
2005-11-17[PATCH] ipw2200: fix error log offset calculationZhu Yi1-2/+1
2005-11-17[PATCH] ipw2200: disallow direct scanning when device is downPekka Enberg1-0/+4
2005-11-09Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-1351/+5258
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-0/+1
2005-11-08Update version ipw2200 stamp to 1.0.8James Ketrenos1-1/+1
2005-11-08Updated firmware version stamp to 2.4 from 2.3 so it will use the latest firm...James Ketrenos1-1/+1
2005-11-08Fixed parameter reordering in firmware log routine.James Ketrenos1-1/+1
2005-11-08Fixed problem with not being able to send broadcast packets.Hong Liu1-3/+6
2005-11-08Added channel support for ipw2200 cards identified as 'ZZR'James Ketrenos1-1/+17
2005-11-08Removed warning about TKIP not being configured if countermeasures areJames Ketrenos1-8/+2
2005-11-08Fixes missed beacon logic in relation to on-network AP roaming.Ben Cahill1-7/+20
2005-11-08Removed legacy WIRELESS_EXT checks from ipw2200.cJames Ketrenos1-507/+1
2005-11-08Fix 'Driver using old /proc/net/wireless support, please fix driver !' message.Benoit Boissinot1-7/+12
2005-11-08Updated driver version stamps for ipw2100 (1.1.3) and ipw2200 (1.0.7)James Ketrenos1-1/+1
2005-11-08Fixes WEP firmware error condition.Hong Liu1-18/+13
2005-11-08[Fix bug# 771] Too many (8) bytes recieved when using AES/hwcryptoZhu Yi1-8/+2
2005-11-08Fixes problem with WEP not working (association succeeds, but no Tx/Rx)Hong Liu1-0/+2
2005-11-08Fixed problem with get_cmd_string not existing if CONFIG_IPW_DEBUG disabled.James Ketrenos1-2/+0
2005-11-08Card with WEP enabled and using shared-key auth will have firmwareHong Liu1-0/+10
2005-11-08Mixed PTK/GTK CCMP/TKIP support.Hong Liu1-13/+37
2005-11-08Fixed is_network_packet() to include checking for broadcast packets.Peter Jones1-5/+7
2005-11-08Adds radiotap support to ipw2200 in monitor mode..Mike Kershaw1-0/+185
2005-11-08Make all the places the firmware fails to load showerrors (in decimal,Peter Jones1-4/+4
2005-11-08[Bug 760] Fix setting WEP key in monitor mode causes IV lost.Zhu Yi1-1/+1
2005-11-08[Bug 455] Fix frequent channel change generates firmware fatal error.Hong Liu1-6/+25
2005-11-08Added wait_state wakeup on scan completion.James Ketrenos1-0/+1
2005-11-08Updated ipw2200 to use the new ieee80211 callbacksJames Ketrenos1-26/+35
2005-11-08Migrated some of the channel verification code back into the driver toLiu Hong1-21/+152
2005-11-08Added cmdlog in non-debug systems.James Ketrenos1-14/+106
2005-11-08Changed all of the ipw_send_cmd() calls to return any ipw_send_cmd errorJames Ketrenos1-153/+34
2005-11-08Switched firmware error dumping so that it will capture a log availableJames Ketrenos1-76/+175
2005-11-08Modified ipw_config and STATUS_INIT setting to correct race conditionJames Ketrenos1-14/+15
2005-11-08Fix firmware error when setting tx_power.Zhu Yi1-76/+55
2005-11-08Fix ipw_wx_get_txpow shows wrong disabled value.Zhu Yi1-1/+1
2005-11-08[Bug 701] Fix a misuse of ieee->mode with ieee->iw_mode.Zhu Yi1-1/+1
2005-11-08Fixes the ad-hoc network WEP key list issue.Hong Liu1-1/+9
2005-11-08[Bug 792] Fix WPA-PSK AES both for -Dipw and -Dwext.Zhu Yi1-16/+125
2005-11-08Disable host fragmentation in open mode since IPW2200/2915 hardwareZhu Yi1-0/+3
2005-11-08Workaround kernel BUG_ON panic caused by unexpected duplicate packets.Zhu Yi1-2/+4
2005-11-08Added more useful geography encoding so people's experience withJames Ketrenos1-20/+259
2005-11-08Fixed some compiler issues if CONFIG_IPW2200_QOS is enabled.James Ketrenos1-7/+6
2005-11-08Updated to support ieee80211 callback to is_queue_full for 802.11eJames Ketrenos1-9/+31
2005-11-08[Bug 637] Set tx power for A band.Liu Hong1-3/+28
2005-11-08[bug 667] Fix the notorious "No space for Tx" bug.Zhu Yi1-23/+23
2005-11-08Fix is_duplicate_packet() bug for fragmentation number setting.Zhu Yi1-1/+1