summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1271_main.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-11wl12xx: declare MODULE_FIRMWAREBen Hutchings1-0/+1
2009-11-02wl1271: Add retry implementation for PSM entriesJuuso Oikarinen1-1/+4
2009-11-02wl1271: Remove excess null-data template settingsJuuso Oikarinen1-9/+5
2009-10-27wl1271: fix endianess issuesLuciano Coelho1-4/+8
2009-10-27wl1271: Fix filter configurationJuuso Oikarinen1-106/+51
2009-10-27wl1271: make sure PS is disabled in PLTLuciano Coelho1-0/+6
2009-10-27wl1271: Remove unnecessary rx_descriptor memory allocationJuuso Oikarinen1-13/+0
2009-10-27wl1271: Support for IPv4 ARP filteringJuuso Oikarinen1-0/+100
2009-10-27wl1271: Fix event handling mechanismJuuso Oikarinen1-8/+9
2009-10-27wl1271: Fix multicast list handlingJuuso Oikarinen1-1/+2
2009-10-27wl1271: Added support to scan on 5 GHz bandTeemu Paasikivi1-3/+8
2009-10-27wl1271: Added 5 GHz parameters for wl1273Teemu Paasikivi1-16/+107
2009-10-27wl1271: Implement beacon early termination supportJuuso Oikarinen1-1/+3
2009-10-27wl1271: Fix IRQ enable handling on FW init failureJuuso Oikarinen1-12/+30
2009-10-27wl1271: Move default FW config struct away from stackJuuso Oikarinen1-271/+264
2009-10-27wl1271: Add config structure for FW init parametersJuuso Oikarinen1-0/+103
2009-10-27wl1271: Add config structure for connection management parametersJuuso Oikarinen1-2/+48
2009-10-27wl1271: Add config structure for TX path parametersJuuso Oikarinen1-0/+103
2009-10-27wl1271: Add config structure for RX path parametersJuuso Oikarinen1-0/+12
2009-10-27wl1271: Add structure for firmware configuration valuesJuuso Oikarinen1-24/+60
2009-10-27wl1271: remove unnecessary joins and join only when the bssid changesLuciano Coelho1-39/+22
2009-10-27wl1271: use acx_rx_config instead of join when updating filtersLuciano Coelho1-1/+3
2009-10-27wl1271: Remove outdated SPI functionsJuuso Oikarinen1-6/+6
2009-10-27wl1271: Update interrupt handling by removing an extra SPI readJuuso Oikarinen1-44/+30
2009-10-27wl1271: Update memory mapping for firmware revision 6.1.0.0.241Juuso Oikarinen1-5/+5
2009-10-27wl1271: workaround to send a disconnect before rejoiningLuciano Coelho1-0/+3
2009-10-27wl1271: Configure beacon filtering on if PSM usedJuuso Oikarinen1-1/+2
2009-10-27wl1271: Enable beacon filtering with the stackJuuso Oikarinen1-0/+12
2009-10-27wl1271: Use vmalloc to allocate memory for firmwareJuuso Oikarinen1-2/+3
2009-10-27wl1271: Multicast filtering configurationJuuso Oikarinen1-16/+105
2009-10-27wl1271: use workqueue provided by mac80211 instead of the defaultJuuso Oikarinen1-3/+3
2009-10-27wl1271: added Juuso Oikarinen as module authorLuciano Coelho1-0/+1
2009-10-27wl1271: Corrections to TX pathJuuso Oikarinen1-3/+1
2009-10-27wl1271: Update join usageJuuso Oikarinen1-10/+32
2009-10-27wl1271: Configure rate policies based on AP ratesJuuso Oikarinen1-0/+31
2009-10-27wl1271: Implement delayed entry into ELPJuuso Oikarinen1-0/+1
2009-10-27wl1271: Correct TKIP header space handling in TX pathJuuso Oikarinen1-6/+3
2009-10-27wl1271: Security sequence number handling for TX (for WPA)Juuso Oikarinen1-2/+11
2009-09-17wl12xx: Fix print_mac() conversion.David S. Miller1-2/+2
2009-09-16wl12xx: 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-20mac80211: allow configure_filter callback to sleepJohannes Berg1-3/+1
2009-08-14wl1271: fix compiler warnings on 64 bit archsLuciano Coelho1-1/+2
2009-08-14wl1271: add wl1271 driver filesLuciano Coelho1-0/+1396