summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2005-11-08[PATCH] Fix sparse warning in e100 driver.Luiz Fernando Capitulino1-3/+3
2005-11-08[PATCH] prism54 : Transmit stats updated in wrong placeRoger While1-5/+5
2005-11-08[PATCH] prism54 : Unused variable / extraneous udelayRoger While1-8/+4
2005-11-08[PATCH] drivers/net/s2io.c: make functions staticAdrian Bunk1-20/+23
2005-11-08[PATCH] kill include/linux/eeprom.hAdrian Bunk1-11/+2
2005-11-08[PATCH] bonding: fix feature consolidationJay Vosburgh2-26/+13
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 Ketrenos2-16/+4
2005-11-08Fixes missed beacon logic in relation to on-network AP roaming.Ben Cahill2-7/+23
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 Boissinot2-7/+14
2005-11-08Pulled out a stray KERNEL_VERSION check around the suspend handler.James Ketrenos1-4/+0
2005-11-08Updated driver version stamps for ipw2100 (1.1.3) and ipw2200 (1.0.7)James Ketrenos2-2/+2
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-08Removed PF_SYNCTHREAD legacy.James Ketrenos1-4/+1
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 Kershaw2-0/+186
2005-11-08Make all the places the firmware fails to load showerrors (in decimal,Peter Jones1-4/+4
2005-11-08Don't set hardware WEP if we are actually using TKIP/AES.Hong Liu1-2/+5
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 Ketrenos2-1/+2
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 Ketrenos2-14/+117
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 Ketrenos2-77/+204
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-08Changed default # of missed beacons to miss before disassociation to 24James Ketrenos1-1/+1
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 Yi2-23/+24