Age | Commit message (Expand) | Author | Files | Lines |
2009-11-19 | wl1251: Enable beacon filtering with the stack | Juuso Oikarinen | 3 | -0/+21 |
2009-11-19 | wl1251: Add connection monitoring configuration | Juuso Oikarinen | 3 | -0/+45 |
2009-11-11 | wl12xx: declare MODULE_FIRMWARE | Ben Hutchings | 2 | -0/+2 |
2009-11-05 | wl1271: use __dev_alloc_skb() on RX | Luis R. Rodriguez | 1 | -1/+1 |
2009-11-05 | wl1271: depend on INET | John W. Linville | 1 | -0/+1 |
2009-11-02 | wl1271: Generalize command response reading | Juuso Oikarinen | 2 | -41/+29 |
2009-11-02 | wl1271: Correct endianness-handling of command status | Juuso Oikarinen | 1 | -2/+4 |
2009-11-02 | wl1271: Add retry implementation for PSM entries | Juuso Oikarinen | 6 | -2/+77 |
2009-11-02 | wl1271: Check result code of commands | Juuso Oikarinen | 2 | -27/+14 |
2009-11-02 | wl1271: Increase TX power value | Juuso Oikarinen | 1 | -1/+1 |
2009-11-02 | wl1271: Remove excess null-data template settings | Juuso Oikarinen | 1 | -9/+5 |
2009-10-30 | wl1271: fix init loop timeout | Luciano Coelho | 1 | -1/+1 |
2009-10-30 | wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig | John W. Linville | 1 | -1/+1 |
2009-10-30 | wl1251: enable power save | Kalle Valo | 1 | -1/+2 |
2009-10-27 | wl1271: use ieee80211_rx_ni() | Luciano Coelho | 1 | -1/+1 |
2009-10-27 | wl1251: re-disable PG10 chips | John W. Linville | 1 | -1/+1 |
2009-10-27 | wl1251: use ieee80211_rx_ni() | Kalle Valo | 1 | -1/+1 |
2009-10-27 | wl1251: add support for PG11 chips. | David-John Willis | 1 | -0/+3 |
2009-10-27 | wl1271: added missing packed modifier in some cmd structs | Luciano Coelho | 1 | -3/+3 |
2009-10-27 | wl1271: fix endianess issues | Luciano Coelho | 15 | -304/+318 |
2009-10-27 | wl1271: added missing packed modifier in some acx structs | Luciano Coelho | 1 | -5/+5 |
2009-10-27 | wl1271: fix sparse warnings about undeclared functions | Luciano Coelho | 2 | -5/+8 |
2009-10-27 | wl1271: Set IEEE80211_FCTL_TODS in the null data template | Juuso Oikarinen | 1 | -1/+2 |
2009-10-27 | wl1251: rename spi device to wl1251 | Kalle Valo | 2 | -2/+2 |
2009-10-27 | wl1271: Fix filter configuration | Juuso Oikarinen | 2 | -109/+51 |
2009-10-27 | wl1271: make sure PS is disabled in PLT | Luciano Coelho | 1 | -0/+6 |
2009-10-27 | wl1271: Correct memory handling for FW boot | Juuso Oikarinen | 1 | -3/+8 |
2009-10-27 | wl1271: Remove unnecessary rx_descriptor memory allocation | Juuso Oikarinen | 2 | -14/+0 |
2009-10-27 | wl1271: Support for IPv4 ARP filtering | Juuso Oikarinen | 4 | -0/+157 |
2009-10-27 | wl1271: Fix event handling mechanism | Juuso Oikarinen | 3 | -11/+14 |
2009-10-27 | wl1271: Fix multicast list handling | Juuso Oikarinen | 1 | -1/+2 |
2009-10-27 | wl1271: Checking of rx descriptor status fixed | Teemu Paasikivi | 1 | -8/+3 |
2009-10-27 | wl1271: Added 5 GHz support to join and rx | Teemu Paasikivi | 3 | -13/+58 |
2009-10-27 | wl1271: Added support to scan on 5 GHz band | Teemu Paasikivi | 7 | -38/+160 |
2009-10-27 | wl1271: Scan only enabled channels | Teemu Paasikivi | 1 | -12/+21 |
2009-10-27 | wl1271: Added 5 GHz parameters for wl1273 | Teemu Paasikivi | 3 | -17/+127 |
2009-10-27 | wl1271: Remove busy-word checking | Juuso Oikarinen | 2 | -5/+7 |
2009-10-27 | wl1271: Implement beacon early termination support | Juuso Oikarinen | 5 | -2/+77 |
2009-10-27 | wl1271: Fix IRQ enable handling on FW init failure | Juuso Oikarinen | 3 | -17/+35 |
2009-10-27 | wl1271: Move default FW config struct away from stack | Juuso Oikarinen | 1 | -271/+264 |
2009-10-27 | wl1271: Add config structure for FW init parameters | Juuso Oikarinen | 5 | -127/+376 |
2009-10-27 | wl1271: Add config structure for connection management parameters | Juuso Oikarinen | 6 | -44/+348 |
2009-10-27 | wl1271: Add config structure for TX path parameters | Juuso Oikarinen | 7 | -70/+321 |
2009-10-27 | wl1271: Add config structure for RX path parameters | Juuso Oikarinen | 5 | -54/+110 |
2009-10-27 | wl1271: Add structure for firmware configuration values | Juuso Oikarinen | 8 | -224/+274 |
2009-10-27 | wl1271: Workaround for reference clock setting on boot. | Juuso Oikarinen | 1 | -1/+8 |
2009-10-27 | wl1271: remove unnecessary joins and join only when the bssid changes | Luciano Coelho | 3 | -45/+24 |
2009-10-27 | wl1271: use acx_rx_config instead of join when updating filters | Luciano Coelho | 1 | -1/+3 |
2009-10-27 | wl1271: Update boot time configuration for the new firmware | Juuso Oikarinen | 1 | -1/+1 |
2009-10-27 | wl1271: Remove outdated SPI functions | Juuso Oikarinen | 9 | -140/+107 |