aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2005-11-11Merge branch 'atmel'Jeff Garzik5-178/+94
2005-11-11[PATCH] Atmel wireless updatesimon@thekelleys.org.uk5-178/+94
2005-11-09Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds12-2948/+7340
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering15-14/+1
2005-11-09[wireless ipw2100] kill unused-var warnings for debug-disabled codeJeff Garzik1-0/+4
2005-11-09Merge rsync://bughost.org/repos/ipw-delta/Jeff Garzik4-2895/+7307
2005-11-07Merge git://git.tuxdriver.com/git/netdev-jwlJeff Garzik9-53/+29
2005-11-07[PATCH] wireless net: Conversions of kmalloc/memset to kzallocPanagiotis Issaris6-39/+19
2005-11-07[PATCH] atmel: memset correct rangeAlexey Dobriyan1-1/+1
2005-11-07[PATCH] prism54 : Transmit stats updated in wrong placeRoger While1-5/+5
2005-11-07[PATCH] prism54 : Unused variable / extraneous udelayRoger While1-8/+4
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 Ketrenos2-16/+4
2005-11-07Fixes missed beacon logic in relation to on-network AP roaming.Ben Cahill2-7/+23
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 Boissinot2-7/+14
2005-11-07Pulled out a stray KERNEL_VERSION check around the suspend handler.James Ketrenos1-4/+0
2005-11-07Updated driver version stamps for ipw2100 (1.1.3) and ipw2200 (1.0.7)James Ketrenos2-2/+2
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-07Removed PF_SYNCTHREAD legacy.James Ketrenos1-4/+1
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 Kershaw2-0/+186
2005-11-07Make all the places the firmware fails to load showerrors (in decimal,Peter Jones1-4/+4
2005-11-07Don't set hardware WEP if we are actually using TKIP/AES.Hong Liu1-2/+5
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 Ketrenos2-1/+2
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 Ketrenos2-14/+117
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 Ketrenos2-77/+204
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-07Changed default # of missed beacons to miss before disassociation to 24James Ketrenos1-1/+1
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 Yi2-23/+24
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 Ketrenos2-429/+1105
2005-11-07Move code from ipw2100_wpa_enable to IPW2100_PARAM_DROP_UNENCRYPTED toZhu Yi1-3/+21
2005-11-07[Bug 339] Fix ipw2100 iwconfig set/get txpower.Liu Hong1-7/+6
2005-11-07Fixed WEP on ipw2100 (priv->sec was being used instead of2-48/+51
2005-11-07Catch ipw2100 up to equivelancy with v1.1.1James Ketrenos2-137/+451
2005-11-07Catch ipw2200 up to equivelancy with v1.0.4James Ketrenos2-792/+2085
2005-11-07Catch ipw2200 up to equivelancy with v1.0.3James Ketrenos2-178/+668
2005-11-07Catch ipw2200 up to equivelancy with v1.0.2James Ketrenos2-262/+773
2005-11-07Catch ipw2200 up to equivelancy with v1.0.1James Ketrenos2-371/+1148
2005-11-07IPW_DEBUG has already included DRV_NAME, remove double prefix print.Zhu Yi1-9/+7
2005-11-07Ran scripts/Lindent on drivers/net/wireless/ipw2{1,2}00.{c,h}James Ketrenos2-1218/+1155
2005-11-05[PATCH] airo.c/airo_cs.c: correct prototypesAdrian Bunk3-4/+13
2005-11-05[PATCH] prism54: Remove redundant assignmentDaniel Drake1-1/+0
2005-11-05[PATCH] drivers/net/wireless/airo.c unsigned comparasonGabriel A. Devenyi1-1/+1
2005-10-30[PATCH] Typo fix: dot after newline in printk stringsJean Delvare1-1/+1
2005-10-30[CRYPTO] Simplify one-member scatterlist expressionsHerbert Xu1-2/+2
2005-10-30[PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman1-3/+2
2005-10-29[PATCH] prism54: Free skb after disabling interruptsPatrick McHardy1-4/+2
2005-10-28[PATCH] Better fixup for the orinoco driverAlan Cox3-2/+49
2005-10-28[PATCH] revert "orinoco: Information leakage due to incorrect padding"Andrew Morton1-2/+4
2005-10-28[PATCH] ipw2200: Missing kmalloc checkPanagiotis Issaris1-0/+4
2005-10-28drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl8-77/+43
2005-10-28[wireless prism54] Fix frame lengthRoger While1-6/+1
2005-10-20Merge branch 'master'Jeff Garzik1-2/+3
2005-10-19[PATCH] orinoco: limit message rateAndrew Morton1-2/+3
2005-10-18[PATCH] orinoco: remove redundance skb length check before paddingJohn W. Linville1-5/+3
2005-10-18Merge branch 'master'Jeff Garzik1-1/+1
2005-10-14[PATCH] wireless/airo: Build fixMatteo Croce1-1/+1
2005-10-05Merge branch 'master'Jeff Garzik1-5/+9
2005-10-04[PATCH] orinoco: Information leakage due to incorrect paddingPavel Roskin1-5/+9
2005-10-04[wireless ipw2200] remove redundant return statementMateusz Berezecki1-2/+0
2005-10-04airo: fix resumeMichal Schmidt1-3/+4
2005-10-03Merge branch 'upstream-fixes'Jeff Garzik1-2/+2
2005-10-03[PATCH] hostap: Unregister netdevs before freeing local dataJouni Malinen1-10/+12
2005-10-03[PATCH] hostap: Do not free local->hw_priv before unregistering netdevJouni Malinen3-14/+7
2005-10-03[PATCH] hostap: Fix hostap_pci build with PRISM2_IO_DEBUGJouni Malinen1-0/+8
2005-10-03[PATCH] hostap: Remove hw specific dev_open/close handlersJouni Malinen5-47/+10
2005-10-03[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu1-2/+2
2005-09-28[PATCH] orinoco: Fix flood of kernel log with stupid WE warningsBenjamin Herrenschmidt1-1/+1
2005-09-24[wireless airo] remove needed dma_addr_t obfuscationJeff Garzik1-6/+7
2005-09-24Remove WIRELESS_EXT ifdefs from several wireless drivers.Jeff Garzik9-241/+1
2005-09-24[PATCH] hostap: Remove iwe_stream_add_event kludgeJean Tourrilhes1-12/+0
2005-09-24[PATCH] hostap: Use GFP_ATOMIC to get rid of weird might_sleep issueJean Tourrilhes1-1/+1
2005-09-24[PATCH] hostap: Add support for WE-19Jean Tourrilhes3-6/+12
2005-09-24[PATCH] hostap: Fix pci_driver name for hostap_plx and hostap_pciPavel Roskin2-2/+2
2005-09-23[PATCH] orinoco: Bump version to 0.15rc3.Pavel Roskin1-1/+1
2005-09-23[PATCH] orinoco: Read only needed data in __orinoco_ev_txexc().Pavel Roskin1-3/+3
2005-09-23[PATCH] orinoco: Annotate endianess of variables and structure members.Pavel Roskin4-97/+99
2005-09-23[PATCH] orinoco: Remove unneeded forward declarations.Pavel Roskin2-24/+6
2005-09-23[PATCH] orinoco: orinoco_send_wevents() could return without unlocking.Pavel Roskin1-1/+3
2005-09-23[PATCH] orinoco: Fix memory leak and unneeded unlock in orinoco_join_ap()Pavel Roskin1-2/+4
2005-09-23[PATCH] orinoco: Make nortel_pci_hw_init() static.Pavel Roskin1-1/+1
2005-09-23[PATCH] orinoco: Remove inneeded system includes.Pavel Roskin11-141/+10
2005-09-22ieee80211: update orinoco, wl3501 drivers for latest struct namingJames Ketrenos2-2/+2
2005-09-21[PATCH] ieee80211: Updated hostap to be compatible with extra_prefix_len changesJames Ketrenos2-8/+8
2005-09-21[PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changesJames Ketrenos4-66/+66
2005-09-21[PATCH] ieee80211: Updated atmel to be compatible with ieee80211_hdr changesJames Ketrenos1-12/+12
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 Ketrenos2-6/+7
2005-09-21[PATCH] ieee80211: Updated ipw2100 to be compatible with ieee80211's hard_sta...James Ketrenos1-1/+2
2005-09-21[PATCH] ieee80211: Updated ipw2100 to be compatible with ieee80211_hdr changesJames Ketrenos2-3/+3
2005-09-21Merge /spare/repo/linux-2.6/Jeff Garzik1-1/+4
2005-09-16[PATCH] Updated ipw2200 to compile with ieee80211 abg_ture to abg_true changeJames Ketrenos1-7/+7
2005-09-16[PATCH] orinoco: Update PCMCIA ID's.Pavel Roskin2-21/+57
2005-09-16[PATCH] orinoco: Don't include <net/ieee80211.h> twice.Pavel Roskin1-2/+0
2005-09-16[PATCH] orinoco: Remove conditionals that are useless in the kernel drivers.Pavel Roskin2-28/+1
2005-09-14[PATCH] C99 initializers in ray_cs.cviro@ZenIV.linux.org.uk1-23/+23
2005-09-14[PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan3-18/+10
2005-09-14[PATCH] orinoco: WE-18 supportPavel Roskin2-110/+33
2005-09-14[PATCH] airo : fix channel number in scanmatthieu castet1-1/+4
2005-09-13[PATCH] pcmcia: add another orinoco_cs idKomuro1-0/+1
2005-09-07[wireless ieee80211,ipw2200] Lindent source codeJeff Garzik2-1355/+1321
2005-09-07[wireless] build fixes after merging WE-19Jeff Garzik2-1/+2
2005-09-06[PATCH] airo : WE-19 supportJean Tourrilhes1-20/+21
2005-09-06[PATCH] prism54 : WE-17 supportJean Tourrilhes2-1/+5
2005-09-06[PATCH] wl3501_cs : WE-17 supportJean Tourrilhes2-2/+6
2005-09-06[PATCH] atmel_cs : WE-17 supportJean Tourrilhes1-15/+2
2005-09-06[PATCH] iw263_netwave_we17.diffJean Tourrilhes1-2/+5
2005-09-06[PATCH] ray_cs : WE-17 supportJean Tourrilhes2-420/+452
2005-09-06Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds8-82/+1566
2005-09-05[IPW2200]: ipw2200.h needs linux/dma-mapping.hDavid S. Miller1-0/+1
2005-09-05[PATCH] orinoco: New driver - spectrum_cs.Pavel Roskin3-0/+1134
2005-09-05[PATCH] orinoco: New driver - orinoco_nortel.Pavel Roskin3-0/+334
2005-09-05[PATCH] orinoco: Remove EXPERIMENTAL mark from PLX_HERMES, TMD_HERMES and PCI...Pavel Roskin1-12/+6
2005-09-05[PATCH] orinoco: Optimize orinoco_join_ap()Pavel Roskin1-7/+11
2005-09-05[PATCH] orinoco: Fix memory leak on error in processing hostscan frames.Pavel Roskin1-1/+3
2005-09-05[PATCH] orinoco: Remove entry for Intel PRO/Wireless 2011B.Pavel Roskin1-1/+0
2005-09-05[PATCH] orinoco: Change orinoco_translate_scan() to return error code on error.Pavel Roskin1-28/+43
2005-09-05[PATCH] (6/7) missing include (ipw2200)viro@ftp.linux.org.uk1-0/+1
2005-09-05[PATCH] (5/7) iomem annotations, NULL noise removal (ipw2100)viro@ftp.linux.org.uk1-34/+35
2005-09-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds1-3/+2
2005-09-05[PATCH] fix pm_message_t stuff in -mm treePavel Machek2-3/+3
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek1-5/+5
2005-09-05[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek2-4/+0
2005-09-02[wireless hostap] automatically select ieee80211 dependency in KconfigJeff Garzik1-0/+2
2005-09-01[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULLJesper Juhl1-2/+1
2005-09-01[CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriateHerbert Xu1-1/+1
2005-09-01/spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik1-39/+39
2005-09-01/spare/repo/netdev-2.6 branch 'master'Jeff Garzik1-39/+39
2005-08-31[PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present()Jouni Malinen1-7/+7
2005-08-28[PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present()Kalle Valo1-1/+1
2005-08-28[PATCH] hostap: Fix hash values for product stringsJouni Malinen1-1/+1
2005-08-28[PATCH] hostap: Update versionJouni Malinen1-1/+1
2005-08-25hostap: s/IEEE80211_FCTL_WEP/IEEE80211_FCTL_PROTECTED/ to fix buildJeff Garzik3-9/+9
2005-08-25/spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik6-180/+154
2005-08-25ieee80211: new constants from latest 802.11x specificationsJiri Benc1-4/+4
2005-08-25ipw2200: minor cleanupsJiri Benc2-10/+2
2005-08-25This removes support for old (and non-mainline) kernels from ipw2200.Jiri Benc2-28/+0
2005-08-25ipw2100: interface-up carrier state fixJiri Benc1-1/+3
2005-08-25ipw2100: Fix incorrectly named config option.Jiri Benc1-1/+1
2005-08-25ipw2100: minor cleanupsJiri Benc2-78/+86
2005-08-25ipw2100: remove custom debug-print macrosJiri Benc1-45/+45
2005-08-25ipw2100: remove strange symbol prefixesJiri Benc1-13/+13
2005-08-24Merge upstream into 'upstream' branch of netdev-2.6.git.Jeff Garzik1-1/+1
2005-08-24/spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik1-1/+1
2005-08-24Merge upstream into ieee80211.Jeff Garzik1-1/+1
2005-08-23[PATCH] Kconfig fix (airo_cs on m32r)Al Viro1-1/+1
2005-08-19[PATCH] more-u32-vs-pm_message_t-fixes-6Andrew Morton1-1/+1
2005-08-15[PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 onesJouni Malinen6-67/+65
2005-08-15[PATCH] hostap: Capability field is called ESS, not BSSJouni Malinen1-3/+0
2005-08-15/spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik1-1/+1
2005-08-15[PATCH] ieee80211: Capability field is called ESS, not BSSJouni Malinen1-1/+1
2005-08-14[PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE}Jouni Malinen8-152/+114
2005-08-14[PATCH] hostap: Replace hostap_ieee80211_hdr with ieee80211_hdrJouni Malinen6-119/+98
2005-08-14[PATCH] hostap: Remove extra definesJouni Malinen2-15/+0
2005-08-14[PATCH] hostap: Use void *hw_priv instead of #ifdef in local dataJouni Malinen4-98/+166
2005-08-14[PATCH] hostap: Remove experimental PCI bus master/DMA codeJouni Malinen6-273/+13
2005-08-14[PATCH] hostap: Fix skb->cb use for TX meta dataJouni Malinen4-32/+30
2005-08-11[PATCH] hostap updateRichard Purdie1-0/+3
2005-07-31[wireless hostap] trim trailing whitespaceJeff Garzik3-8/+8
2005-07-31/spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik2-917/+917
2005-07-31[wireless ipw2200] trim trailing whitespaceJeff Garzik2-917/+917
2005-07-31[PATCH] orinoco: Sparse fixesPeter Hagervall1-39/+39
2005-07-31[PATCH] hostap: Replace crypto code with net/ieee80211 versionJouni Malinen16-1795/+64
2005-07-31[PATCH] hostap: Start using net/ieee80211.hJouni Malinen7-102/+46
2005-07-30[PATCH] hostap updateJouni Malinen1-1/+2
2005-07-30[PATCH] hostap updatePavel Roskin2-11/+11
2005-07-30[PATCH] hostap updateBrandon Enochs1-1/+1
2005-07-30[PATCH] hostap updateJouni Malinen1-0/+13
2005-07-30[PATCH] hostap updateJouni Malinen4-92/+65
2005-07-30[PATCH] hostap updateJouni Malinen4-3/+20
2005-07-30[PATCH] hostap updateJouni Malinen8-1/+9
2005-07-30[PATCH] hostap updateHenrik Brix Andersen1-0/+52