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