Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-10-27 | wl1271: Update TX path block calucation algo | Juuso Oikarinen | 1 | -2/+2 |
2009-10-27 | wl1271: Enable smart reflex | Juuso Oikarinen | 3 | -0/+100 |
2009-10-27 | wl1271: Enable ELP | Juuso Oikarinen | 1 | -6/+1 |
2009-10-27 | wl1271: Update interrupt handling by removing an extra SPI read | Juuso Oikarinen | 2 | -45/+31 |
2009-10-27 | wl1271: RefClk configuration | Juuso Oikarinen | 2 | -3/+26 |
2009-10-27 | wl1271: Add top-register access functions | Juuso Oikarinen | 4 | -38/+66 |
2009-10-27 | wl1271: Remove RX workaround | Juuso Oikarinen | 2 | -5/+0 |
2009-10-27 | wl1271: Update memory mapping for firmware revision 6.1.0.0.241 | Juuso Oikarinen | 5 | -161/+116 |
2009-10-27 | wl1271: enable HW_AVAILABLE interrupt to fix ELP | Luciano Coelho | 1 | -2/+3 |
2009-10-27 | wl1271: add workaround to avoid distortion due to excessive tx power | Luciano Coelho | 1 | -1/+6 |
2009-10-27 | wl1271: workaround to send a disconnect before rejoining | Luciano Coelho | 3 | -0/+21 |
2009-10-27 | wl1271: implement cmd_disconnect | Luciano Coelho | 2 | -1/+58 |
2009-10-27 | wl1271: Mask unneeded events from firmware to conserve power | Juuso Oikarinen | 1 | -2/+3 |
2009-10-27 | wl1271: Configure beacon filtering on if PSM used | Juuso Oikarinen | 5 | -7/+28 |