summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-08Fix is_duplicate_packet() bug for fragmentation number setting.Zhu Yi1-1/+1
2005-11-08Fix hardware encryption (both WEP and AES) doesn't work with fragmentation.Zhu Yi1-2/+8
2005-11-08Catch ipw2200 up to equivelancy with v1.0.5James Ketrenos2-429/+1105
2005-11-08Move code from ipw2100_wpa_enable to IPW2100_PARAM_DROP_UNENCRYPTED toZhu Yi1-3/+21
2005-11-08[Bug 339] Fix ipw2100 iwconfig set/get txpower.Liu Hong1-7/+6
2005-11-08Fixed WEP on ipw2100 (priv->sec was being used instead of2-48/+51
2005-11-08Catch ipw2100 up to equivelancy with v1.1.1James Ketrenos2-137/+451
2005-11-08Catch ipw2200 up to equivelancy with v1.0.4James Ketrenos2-792/+2085
2005-11-08Catch ipw2200 up to equivelancy with v1.0.3James Ketrenos2-178/+668
2005-11-08Catch ipw2200 up to equivelancy with v1.0.2James Ketrenos2-262/+773
2005-11-08Catch ipw2200 up to equivelancy with v1.0.1James Ketrenos2-371/+1148
2005-11-08IPW_DEBUG has already included DRV_NAME, remove double prefix print.Zhu Yi1-9/+7
2005-11-08Ran scripts/Lindent on drivers/net/wireless/ipw2{1,2}00.{c,h}James Ketrenos2-1218/+1155
2005-11-06[PATCH] airo.c/airo_cs.c: correct prototypesAdrian Bunk3-4/+13
2005-11-06[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-31[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-29[PATCH] Better fixup for the orinoco driverAlan Cox3-2/+49
2005-10-29[PATCH] revert "orinoco: Information leakage due to incorrect padding"Andrew Morton1-2/+4
2005-10-29[PATCH] ipw2200: Missing kmalloc checkPanagiotis Issaris1-0/+4
2005-10-29drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl8-77/+43
2005-10-29[wireless prism54] Fix frame lengthRoger While1-6/+1
2005-10-20Merge branch 'master'Jeff Garzik1-2/+3
2005-10-20[PATCH] orinoco: limit message rateAndrew Morton1-2/+3
2005-10-19[PATCH] orinoco: remove redundance skb length check before paddingJohn W. Linville1-5/+3
2005-10-19Merge branch 'master'Jeff Garzik1-1/+1
2005-10-15[PATCH] wireless/airo: Build fixMatteo Croce1-1/+1
2005-10-05Merge branch 'master'Jeff Garzik1-5/+9
2005-10-05[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-04Merge branch 'upstream-fixes'Jeff Garzik1-2/+2
2005-10-04[PATCH] hostap: Unregister netdevs before freeing local dataJouni Malinen1-10/+12
2005-10-04[PATCH] hostap: Do not free local->hw_priv before unregistering netdevJouni Malinen3-14/+7
2005-10-04[PATCH] hostap: Fix hostap_pci build with PRISM2_IO_DEBUGJouni Malinen1-0/+8
2005-10-04[PATCH] hostap: Remove hw specific dev_open/close handlersJouni Malinen5-47/+10
2005-10-04[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