aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ipw2200.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-25[PATCH] WE-21 for ipw2200Jean Tourrilhes1-9/+7
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-09-06Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linvil...Jeff Garzik1-91/+124
2006-08-29[PATCH] ipw2200: Fix compile error when CONFIG_IPW2200_DEBUG is not selectedZhu Yi1-4/+0
2006-08-29[PATCH] ipw2200: Update version stamp to 1.1.4Zhu Yi1-1/+1
2006-08-29[PATCH] ipw2200: enable wireless extension passive scanZhu Yi1-13/+38
2006-08-29[PATCH] ipw2200: Add pci .shutdown handlerZhu Yi1-0/+11
2006-08-29[PATCH] ipw2200: mark "iwconfig retry 255" as invalidZhu Yi1-1/+1
2006-08-29[PATCH] ipw2200: remove the MAC timestamp present field from radiotap headZhu Yi1-5/+2
2006-08-29[PATCH] ipw2200: Fix ipw2200 QOS parameters endian issueZhu Yi1-21/+31
2006-08-29[PATCH] ipw2200: remove unused struct ipw_rx_bufferZhu Yi1-1/+0
2006-08-29[PATCH] ipw2200: Reassociate even if set the same essid.Zhu Yi1-5/+6
2006-08-29[PATCH] ipw2200: ipw_wx_set_essid fixZhu Yi1-22/+17
2006-08-29[PATCH] ipw2200: SIOCGIWFREQ ioctl returns frequency rather than channelZhu Yi1-3/+20
2006-08-29[PATCH] ipw2200: always enable frequently used debugging codeZhu Yi1-18/+0
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-07-27[PATCH] cleanup // comments from ipw2200Pavel Machek1-25/+4
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-27[PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl1-16/+6
2006-06-15[PATCH] ipw2200 locking fixZhu Yi1-9/+32
2006-04-24[PATCH] ipw2200: Fix wpa_supplicant association problemZhu Yi1-2/+1
2006-04-24[PATCH] ipw2200: remove priv->last_noise referenceZhu Yi1-3/+0
2006-04-24[PATCH] ipw2200: rename CONFIG_IEEE80211_RADIOTAP to CONFIG_IPW2200_RADIOTAPZhu Yi1-6/+6
2006-04-24[PATCH] ipw2200: rename CONFIG_IPW_QOS to CONFIG_IPW2200_QOSZhu Yi1-21/+21
2006-04-24[PATCH] ipw2200: update version stamp to 1.1.2Zhu Yi1-1/+1
2006-04-24[PATCH] ipw2200: version string reworkZhu Yi1-1/+38
2006-04-24[PATCH] ipw2200: Enable rtap interface for RF promiscuous mode while associatedZhu Yi1-26/+573
2006-04-24[PATCH] ipw2200: Fix endian issues with v3.0 fw image formatZhu Yi1-11/+12
2006-04-24[PATCH] ipw2200: Set the 'fixed' flags in wext get_rateZhu Yi1-0/+1
2006-04-24[PATCH] ipw2200: turn off signal debug logZhu Yi1-1/+1
2006-04-24[PATCH] ipw2200: Do not continue loading the firmware if kmalloc failsZhu Yi1-0/+1
2006-04-24[PATCH] ipw2200: fix compile warning when !CONFIG_IPW2200_DEBUGZhu Yi1-0/+2
2006-04-24[PATCH] ipw2200: add module_param support for antenna selectionZhu Yi1-1/+7
2006-04-24[PATCH] ipw2200: generates a scan event after a scan has completedZhu Yi1-1/+20
2006-04-24[PATCH] ipw2200: Fix TX QoS enabled frames problemZhu Yi1-38/+33
2006-04-24[PATCH] ipw2200: Exponential averaging for signal and noise LevelZhu Yi1-14/+20
2006-04-02BUG_ON() Conversion in drivers/net/Eric Sesterhenn1-6/+3
2006-03-17[PATCH] ipw2x00: expend Copyright to 2006Zhu Yi1-2/+2
2006-03-17[PATCH] drivers/net/wireless/ipw2200.c: fix an array overunAdrian Bunk1-3/+2
2006-03-17[PATCH] ipw2200: Update ipw2200 version stamp to 1.1.1Zhu Yi1-1/+1
2006-03-17[PATCH] ipw2200: switch to the new ipw2200-fw-3.0 image formatJames Ketrenos1-101/+64
2006-03-17[PATCH] ipw2200: wireless extension sensitivity threshold supportOlivier Hochreutiner1-0/+48
2006-03-17[PATCH] ipw2200: Enables the "slow diversity" algorithmCahill, Ben M1-1/+1
2006-03-17[PATCH] ipw2200: Set a meaningful silence threshold valueCahill, Ben M1-4/+4
2006-03-17[PATCH] ipw2200: export `debug' module param only if CONFIG_IPW2200_DEBUGZhu Yi1-0/+2
2006-03-17[PATCH] ipw2200: Change debug level for firmware error loggingZhu Yi1-5/+5
2006-03-17[PATCH] ipw2200: Filter unsupported channels out in ad-hoc modeZhu Yi1-4/+12
2006-03-17[PATCH] ipw2200: Fix ipw_sw_reset() implementation inconsistent with commentZhu Yi1-2/+2
2006-03-17[PATCH] ipw2200: Fix rf_kill is activated after mode change with 'disable=1'Zhu Yi1-5/+12
2006-03-17[PATCH] ipw2200: remove the WPA card associates to non-WPA AP checkingZhu Yi1-9/+0
2006-03-17[PATCH] ipw2200: Add signal level to iwlist scan outputBill Moss1-3/+4
2006-03-17[PATCH] ipw2200: use generic ieee80211_get_hdrlen() to get packet lengthZhu Yi1-1/+2
2006-03-17[PATCH] ipw2200: fix a potential NULL pointer dereferenceZhu Yi1-2/+0
2006-03-17[PATCH] ipw2200: stop netdev queue if h/w doesn't have space for new packetsJames Ketrenos1-5/+3
2006-03-17[PATCH] ipw2200: print geography code upon module loadHenrik Brix Andersen1-3/+9
2006-03-17[PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() staticAdrian Bunk1-1/+1
2006-03-17[PATCH] Remove duplicated code from ipw2200.cLarry Finger1-112/+16
2006-02-27Merge branch 'from-linus'John W. Linville1-3/+3
2006-02-20[PATCH] ipw2200: Suppress warning messageZhu Yi1-3/+3
2006-02-17[PATCH] ipw2200: Fix software crypto shared WEP authentication problemZhu Yi1-2/+1
2006-02-17[PATCH] ipw2200: Fix WPA network selection problemStefan Rompf1-2/+2
2006-02-07Merge branch 'master'Jeff Garzik1-1/+1
2006-02-01[PATCH] ipw2200: fix ->eeprom[EEPROM_VERSION] checkAlexey Dobriyan1-1/+1
2006-01-30[PATCH] wireless/ipw2200: support WE-18 WPA enc_capaDan Williams1-1/+4
2006-01-30[PATCH] ipw2200: Disable hwcrypto by defaultZhu Yi1-2/+2
2006-01-30[PATCH] ipw2200: Semaphore to mutexes conversionZhu Yi1-147/+147
2006-01-30[PATCH] ipw2200: remove white space and better format the codeZhu Yi1-35/+27
2006-01-30[PATCH] ipw2200: increase ipw2200 driver versionZhu Yi1-1/+1
2006-01-30[PATCH] ipw2200: Fix qos_cmd param switch bugZhu Yi1-4/+4
2006-01-30[PATCH] ipw2200: stack reductionZhu Yi1-163/+90
2006-01-30[PATCH] ipw2200: Scale firmware loading watchdog with the firmware sizeZhu Yi1-51/+63
2006-01-30[PATCH] ipw2200: add module parameter to enable/disable roamingZhu Yi1-3/+7
2006-01-30[PATCH] ipw2200: Make LED blinking frequency independent of HZZhu Yi1-3/+3
2006-01-30[PATCH] ipw2200: use jiffies_to_msec() wherever possibleZhu Yi1-14/+16
2006-01-30[PATCH] ipw2200: Bluetooth coexistence supportZhu Yi1-1/+19
2006-01-30[PATCH] ipw2200: Add LEAP authentication algorithm supportZhu Yi1-6/+12
2006-01-30[PATCH] ipw2200: Mask out the WEP_KEY command dump from debug log for securit...Zhu Yi1-1/+8
2006-01-30[PATCH] ipw2200: Fix indirect SRAM/register 8/16-bit write routinesZhu Yi1-16/+70
2006-01-30[PATCH] drivers/net/wireless/ipw2200: possible cleanupsAdrian Bunk1-15/+18
2006-01-30[PATCH] ipw2200: Fix a variable referenced after kfree() bugZhu Yi1-1/+1
2006-01-30[PATCH] ipw2200: Fix sw_reset doesn't clear the static essid problemZhu Yi1-0/+4
2006-01-30[PATCH] ipw2200: Fix "iwspy ethx off" causes kernel panicZhu Yi1-1/+0
2006-01-16[PATCH] ipw2200: do not sleep in ipw_request_direct_scanOlaf Kirch1-8/+6
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-21/+21
2006-01-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+10
2006-01-03[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-07Update version ipw2200 stamp to 1.0.8James Ketrenos1-1/+1
2005-11-07Updated firmware version stamp to 2.4 from 2.3 so it will use the latest firm...James Ketrenos1-1/+1
2005-11-07Fixed parameter reordering in firmware log routine.James Ketrenos1-1/+1
2005-11-07Fixed problem with not being able to send broadcast packets.Hong Liu1-3/+6
2005-11-07Added channel support for ipw2200 cards identified as 'ZZR'James Ketrenos1-1/+17
2005-11-07Removed warning about TKIP not being configured if countermeasures areJames Ketrenos1-8/+2
2005-11-07Fixes missed beacon logic in relation to on-network AP roaming.Ben Cahill1-7/+20
2005-11-07Removed legacy WIRELESS_EXT checks from ipw2200.cJames Ketrenos1-507/+1
2005-11-07Fix 'Driver using old /proc/net/wireless support, please fix driver !' message.Benoit Boissinot1-7/+12
2005-11-07Updated driver version stamps for ipw2100 (1.1.3) and ipw2200 (1.0.7)James Ketrenos1-1/+1
2005-11-07Fixes WEP firmware error condition.Hong Liu1-18/+13
2005-11-07[Fix bug# 771] Too many (8) bytes recieved when using AES/hwcryptoZhu Yi1-8/+2
2005-11-07Fixes problem with WEP not working (association succeeds, but no Tx/Rx)Hong Liu1-0/+2
2005-11-07Fixed problem with get_cmd_string not existing if CONFIG_IPW_DEBUG disabled.James Ketrenos1-2/+0
2005-11-07Card with WEP enabled and using shared-key auth will have firmwareHong Liu1-0/+10
2005-11-07Mixed PTK/GTK CCMP/TKIP support.Hong Liu1-13/+37
2005-11-07Fixed is_network_packet() to include checking for broadcast packets.Peter Jones1-5/+7
2005-11-07Adds radiotap support to ipw2200 in monitor mode..Mike Kershaw1-0/+185
2005-11-07Make all the places the firmware fails to load showerrors (in decimal,Peter Jones1-4/+4
2005-11-07[Bug 760] Fix setting WEP key in monitor mode causes IV lost.Zhu Yi1-1/+1
2005-11-07[Bug 455] Fix frequent channel change generates firmware fatal error.Hong Liu1-6/+25
2005-11-07Added wait_state wakeup on scan completion.James Ketrenos1-0/+1
2005-11-07Updated ipw2200 to use the new ieee80211 callbacksJames Ketrenos1-26/+35
2005-11-07Migrated some of the channel verification code back into the driver toLiu Hong1-21/+152
2005-11-07Added cmdlog in non-debug systems.James Ketrenos1-14/+106
2005-11-07Changed all of the ipw_send_cmd() calls to return any ipw_send_cmd errorJames Ketrenos1-153/+34
2005-11-07Switched firmware error dumping so that it will capture a log availableJames Ketrenos1-76/+175
2005-11-07Modified ipw_config and STATUS_INIT setting to correct race conditionJames Ketrenos1-14/+15
2005-11-07Fix firmware error when setting tx_power.Zhu Yi1-76/+55
2005-11-07Fix ipw_wx_get_txpow shows wrong disabled value.Zhu Yi1-1/+1
2005-11-07[Bug 701] Fix a misuse of ieee->mode with ieee->iw_mode.Zhu Yi1-1/+1
2005-11-07Fixes the ad-hoc network WEP key list issue.Hong Liu1-1/+9
2005-11-07[Bug 792] Fix WPA-PSK AES both for -Dipw and -Dwext.Zhu Yi1-16/+125
2005-11-07Disable host fragmentation in open mode since IPW2200/2915 hardwareZhu Yi1-0/+3
2005-11-07Workaround kernel BUG_ON panic caused by unexpected duplicate packets.Zhu Yi1-2/+4
2005-11-07Added more useful geography encoding so people's experience withJames Ketrenos1-20/+259
2005-11-07Fixed some compiler issues if CONFIG_IPW2200_QOS is enabled.James Ketrenos1-7/+6
2005-11-07Updated to support ieee80211 callback to is_queue_full for 802.11eJames Ketrenos1-9/+31
2005-11-07[Bug 637] Set tx power for A band.Liu Hong1-3/+28
2005-11-07[bug 667] Fix the notorious "No space for Tx" bug.Zhu Yi1-23/+23
2005-11-07Fix is_duplicate_packet() bug for fragmentation number setting.Zhu Yi1-1/+1
2005-11-07Fix hardware encryption (both WEP and AES) doesn't work with fragmentation.Zhu Yi1-2/+8
2005-11-07Catch ipw2200 up to equivelancy with v1.0.5James Ketrenos1-425/+1083
2005-11-07Catch ipw2200 up to equivelancy with v1.0.4James Ketrenos1-638/+1782
2005-11-07Catch ipw2200 up to equivelancy with v1.0.3James Ketrenos1-177/+664
2005-11-07Catch ipw2200 up to equivelancy with v1.0.2James Ketrenos1-237/+725
2005-11-07Catch ipw2200 up to equivelancy with v1.0.1James Ketrenos1-363/+1133
2005-10-28[PATCH] ipw2200: Missing kmalloc checkPanagiotis Issaris1-0/+4
2005-10-04[wireless ipw2200] remove redundant return statementMateusz Berezecki1-2/+0
2005-09-21[PATCH] ieee80211: Updated ipw2200 to be compatible with ieee80211's hard_sta...James Ketrenos1-1/+1
2005-09-21[PATCH] ieee80211: Updated ipw2200 to be compatible with ieee80211_hdr changesJames Ketrenos1-4/+5
2005-09-16[PATCH] Updated ipw2200 to compile with ieee80211 abg_ture to abg_true changeJames Ketrenos1-7/+7
2005-09-07[wireless ieee80211,ipw2200] Lindent source codeJeff Garzik1-1120/+1150
2005-09-05[PATCH] fix pm_message_t stuff in -mm treePavel Machek1-2/+2
2005-08-25ipw2200: minor cleanupsJiri Benc1-1/+1
2005-08-25This removes support for old (and non-mainline) kernels from ipw2200.Jiri Benc1-8/+0
2005-08-15[PATCH] ieee80211: Capability field is called ESS, not BSSJouni Malinen1-1/+1
2005-07-31[wireless ipw2200] trim trailing whitespaceJeff Garzik1-800/+800
2005-06-28wireless: fix ipw warning; add is_broadcast_ether_addr() to linux/etherdevice.hJeff Garzik1-1/+1
2005-06-27[PATCH] wireless-device-attr-fixes-2Andrew Morton1-54/+68
2005-06-27[PATCH] drivers/net/wireless/ipw2200: Use the DMA_32BIT_MASK constantTobias Klauser1-3/+2
2005-06-27[PATCH] ieee80211: fix ipw 64bit compilation warningsJiri Benc1-21/+21
2005-05-27Add ipw2200 wireless driver.James Ketrenos1-0/+7348