summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx
AgeCommit message (Expand)AuthorFilesLines
2009-10-27wl1271: Update memory mapping for firmware revision 6.1.0.0.241Juuso Oikarinen5-161/+116
2009-10-27wl1271: enable HW_AVAILABLE interrupt to fix ELPLuciano Coelho1-2/+3
2009-10-27wl1271: add workaround to avoid distortion due to excessive tx powerLuciano Coelho1-1/+6
2009-10-27wl1271: workaround to send a disconnect before rejoiningLuciano Coelho3-0/+21
2009-10-27wl1271: implement cmd_disconnectLuciano Coelho2-1/+58
2009-10-27wl1271: Mask unneeded events from firmware to conserve powerJuuso Oikarinen1-2/+3
2009-10-27wl1271: Configure beacon filtering on if PSM usedJuuso Oikarinen5-7/+28
2009-10-27wl1271: Enable beacon filtering with the stackJuuso Oikarinen3-6/+22
2009-10-27wl1271: Add connection monitoring configurationJuuso Oikarinen3-0/+47
2009-10-27wl1271: Use vmalloc to allocate memory for firmwareJuuso Oikarinen2-6/+15
2009-10-27wl1271: Multicast filtering configurationJuuso Oikarinen5-27/+120
2009-10-27wl1271: Clear probe-request template after scanJuuso Oikarinen1-0/+4
2009-10-27wl1271: use workqueue provided by mac80211 instead of the defaultJuuso Oikarinen1-3/+3
2009-10-27wl1271: hack to disable filtersLuciano Coelho1-0/+9
2009-10-27wl1271: added Juuso Oikarinen as module authorLuciano Coelho1-0/+1
2009-10-27wl1271: Corrections to TX pathJuuso Oikarinen4-10/+7
2009-10-27wl1271: Update join usageJuuso Oikarinen4-22/+50
2009-10-27wl1271: Configure rate policies based on AP ratesJuuso Oikarinen5-4/+38
2009-10-27wl1271: Implementation for SPI busy word checkingJuuso Oikarinen2-4/+75
2009-10-27wl1271: mask aid bits 14 and 15 in ps-poll templateJuuso Oikarinen1-1/+4
2009-10-27wl1271: Implement delayed entry into ELPJuuso Oikarinen4-15/+35
2009-10-27wl1271: Correct TKIP header space handling in TX pathJuuso Oikarinen2-16/+20
2009-10-27wl1271: Security sequence number handling for TX (for WPA)Juuso Oikarinen5-5/+38
2009-10-27wl1271: Correction to TX block allocation calculationJuuso Oikarinen1-1/+1
2009-10-27wl1271: remove unecessary qual parameter from rx statusLuciano Coelho1-6/+0
2009-10-08wl1251: remove wl1251_netlink.hKalle Valo1-30/+0
2009-09-25Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+1
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2009-09-23wl12xx: fix kconfig/link errorsRandy Dunlap1-1/+1
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-09-17wl12xx: Fix print_mac() conversion.David S. Miller1-2/+2
2009-09-17wl12xx: switch to %pM to print the mac addressJean-Christophe PLAGNIOL-VILLARD1-2/+1
2009-08-20wl1271: remove print_mac usageJohn W. Linville1-3/+2
2009-08-20wl1251: halt the embedded CPU before loading firmwareBob Copeland1-0/+3
2009-08-20wl1251: correct definitions for 0th bit definesBob Copeland1-2/+2
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg2-6/+2
2009-08-14wl1251: remove unused definitions from wl1251_reg.hKalle Valo1-100/+0
2009-08-14wl1251: remove wl1251_ops.cKalle Valo1-729/+0
2009-08-14wl1271: fix compiler warnings on 64 bit archsLuciano Coelho2-5/+7
2009-08-14wl1251: hack to disable filters for fixing associationKalle Valo1-0/+9
2009-08-14wl1251: add hw scan completed debug messageKalle Valo1-0/+1
2009-08-14wl1251: remove Luciano as maintainerKalle Valo3-6/+3
2009-08-14wl1251: rename reg.h to wl1251_reg.hKalle Valo14-13/+13
2009-08-14wl1251: use workqueue provided by mac80211Kalle Valo3-3/+3
2009-08-14wl1251: move wl1251_acx_wake_up_conditions() to wl1251_ps_set_mode()Kalle Valo2-8/+13
2009-08-14wl1251: fix channel setting in wl1251_op_config()Kalle Valo1-2/+2
2009-08-14wl1251: create wl1251_join()Kalle Valo2-26/+36
2009-08-14wl1251: add channel to wl1251_cmd_join() parametersKalle Valo3-12/+12
2009-08-14wl1251: initialise default channel to zeroKalle Valo2-1/+3
2009-08-14wl1251: remove wait parameter from wl1251_cmd_join()Kalle Valo3-11/+9