aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-04wl1271: use __dev_alloc_skb() on RXLuis R. Rodriguez1-1/+1
2009-11-04wl1271: depend on INETJohn W. Linville1-0/+1
2009-11-02wl1271: Generalize command response readingJuuso Oikarinen2-41/+29
2009-11-02wl1271: Correct endianness-handling of command statusJuuso Oikarinen1-2/+4
2009-11-02wl1271: Add retry implementation for PSM entriesJuuso Oikarinen6-2/+77
2009-11-02wl1271: Check result code of commandsJuuso Oikarinen2-27/+14
2009-11-02wl1271: Increase TX power valueJuuso Oikarinen1-1/+1
2009-11-02wl1271: Remove excess null-data template settingsJuuso Oikarinen1-9/+5
2009-10-30wl1271: fix init loop timeoutLuciano Coelho1-1/+1
2009-10-30wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville1-1/+1
2009-10-30wl1251: enable power saveKalle Valo1-1/+2
2009-10-27wl1271: use ieee80211_rx_ni()Luciano Coelho1-1/+1
2009-10-27wl1251: re-disable PG10 chipsJohn W. Linville1-1/+1
2009-10-27wl1251: use ieee80211_rx_ni()Kalle Valo1-1/+1
2009-10-27wl1251: add support for PG11 chips.David-John Willis1-0/+3
2009-10-27wl1271: added missing packed modifier in some cmd structsLuciano Coelho1-3/+3
2009-10-27wl1271: fix endianess issuesLuciano Coelho15-304/+318
2009-10-27wl1271: added missing packed modifier in some acx structsLuciano Coelho1-5/+5
2009-10-27wl1271: fix sparse warnings about undeclared functionsLuciano Coelho2-5/+8
2009-10-27wl1271: Set IEEE80211_FCTL_TODS in the null data templateJuuso Oikarinen1-1/+2
2009-10-27wl1251: rename spi device to wl1251Kalle Valo2-2/+2
2009-10-27wl1271: Fix filter configurationJuuso Oikarinen2-109/+51
2009-10-27wl1271: make sure PS is disabled in PLTLuciano Coelho1-0/+6
2009-10-27wl1271: Correct memory handling for FW bootJuuso Oikarinen1-3/+8
2009-10-27wl1271: Remove unnecessary rx_descriptor memory allocationJuuso Oikarinen2-14/+0
2009-10-27wl1271: Support for IPv4 ARP filteringJuuso Oikarinen4-0/+157
2009-10-27wl1271: Fix event handling mechanismJuuso Oikarinen3-11/+14
2009-10-27wl1271: Fix multicast list handlingJuuso Oikarinen1-1/+2
2009-10-27wl1271: Checking of rx descriptor status fixedTeemu Paasikivi1-8/+3
2009-10-27wl1271: Added 5 GHz support to join and rxTeemu Paasikivi3-13/+58
2009-10-27wl1271: Added support to scan on 5 GHz bandTeemu Paasikivi7-38/+160
2009-10-27wl1271: Scan only enabled channelsTeemu Paasikivi1-12/+21
2009-10-27wl1271: Added 5 GHz parameters for wl1273Teemu Paasikivi3-17/+127
2009-10-27wl1271: Remove busy-word checkingJuuso Oikarinen2-5/+7
2009-10-27wl1271: Implement beacon early termination supportJuuso Oikarinen5-2/+77
2009-10-27wl1271: Fix IRQ enable handling on FW init failureJuuso Oikarinen3-17/+35
2009-10-27wl1271: Move default FW config struct away from stackJuuso Oikarinen1-271/+264
2009-10-27wl1271: Add config structure for FW init parametersJuuso Oikarinen5-127/+376
2009-10-27wl1271: Add config structure for connection management parametersJuuso Oikarinen6-44/+348
2009-10-27wl1271: Add config structure for TX path parametersJuuso Oikarinen7-70/+321
2009-10-27wl1271: Add config structure for RX path parametersJuuso Oikarinen5-54/+110
2009-10-27wl1271: Add structure for firmware configuration valuesJuuso Oikarinen8-224/+274
2009-10-27wl1271: Workaround for reference clock setting on boot.Juuso Oikarinen1-1/+8
2009-10-27wl1271: remove unnecessary joins and join only when the bssid changesLuciano Coelho3-45/+24
2009-10-27wl1271: use acx_rx_config instead of join when updating filtersLuciano Coelho1-1/+3
2009-10-27wl1271: Update boot time configuration for the new firmwareJuuso Oikarinen1-1/+1
2009-10-27wl1271: Remove outdated SPI functionsJuuso Oikarinen9-140/+107
2009-10-27wl1271: Update TX path block calucation algoJuuso Oikarinen1-2/+2
2009-10-27wl1271: Enable smart reflexJuuso Oikarinen3-0/+100
2009-10-27wl1271: Enable ELPJuuso Oikarinen1-6/+1