| Commit message (Expand) | Author | Age | Files | Lines |
* | wl12xx: Check buffer bound when processing nvs data | Pontus Fuchs | 2012-01-12 | 1 | -0/+14 |
* | wl12xx: Validate FEM index from ini file and FW | Pontus Fuchs | 2012-01-12 | 1 | -0/+22 |
* | wl12xx: fix forced passive scans | Luciano Coelho | 2011-11-11 | 1 | -6/+13 |
* | wl12xx: fix oops in sched_scan when forcing a passive scan | Luciano Coelho | 2011-05-31 | 1 | -3/+8 |
* | wl12xx: add separate config value for DFS dwell time on sched scan | Luciano Coelho | 2011-05-31 | 3 | -2/+9 |
* | wl12xx: fix DFS channels handling in scheduled scan | Luciano Coelho | 2011-05-31 | 2 | -11/+23 |
* | wl12xx: fix passive and radar channel generation for scheduled scan | Luciano Coelho | 2011-05-31 | 1 | -2/+2 |
* | wl12xx: fix compilation error when CONFIG_PM is not set | Luciano Coelho | 2011-05-18 | 2 | -0/+8 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-05-16 | 20 | -294/+1578 |
|\ |
|
| * | wl12xx: enter/exit psm on wowlan suspend/resume | Eliad Peller | 2011-05-13 | 4 | -0/+91 |
| * | wl12xx_sdio: declare support for NL80211_WOW_TRIGGER_ANYTHING trigger | Eliad Peller | 2011-05-13 | 1 | -0/+8 |
| * | wl12xx: prevent scheduling while suspending (WoW enabled) | Eliad Peller | 2011-05-13 | 3 | -0/+72 |
| * | wl12xx_sdio: set MMC_PM_KEEP_POWER flag on suspend | Eliad Peller | 2011-05-13 | 1 | -1/+28 |
| * | wl12xx: declare suspend/resume callbacks (for wowlan) | Eliad Peller | 2011-05-13 | 2 | -0/+25 |
| * | wl12xx_sdio: set interrupt as wake_up interrupt | Eliad Peller | 2011-05-13 | 1 | -0/+3 |
| * | wl12xx: remove unused flag WL1271_FLAG_IDLE_REQUESTED | Luciano Coelho | 2011-05-13 | 1 | -1/+0 |
| * | wl12xx: prevent sched_scan when not idle or not in station mode | Luciano Coelho | 2011-05-13 | 1 | -0/+6 |
| * | wl12xx: export scheduled scan state in debugfs | Luciano Coelho | 2011-05-13 | 1 | -0/+1 |
| * | wl12xx: implement scheduled scan driver operations and reporting | Luciano Coelho | 2011-05-13 | 4 | -1/+83 |
| * | wl12xx: add scheduled scan structures and commands | Luciano Coelho | 2011-05-13 | 2 | -0/+347 |
| * | wl12xx: listen to scheduled scan events | Luciano Coelho | 2011-05-13 | 2 | -1/+13 |
| * | wl12xx: add configuration values for scheduled scan | Luciano Coelho | 2011-05-13 | 2 | -0/+30 |
| * | wl12xx: add IEEE80211_HW_SPECTRUM_MGMT bit to the hw flags | Shahar Levi | 2011-05-13 | 1 | -0/+1 |
| * | wl12xx: Don't filter beacons that include changed HT IEs | Shahar Levi | 2011-05-13 | 1 | -2/+6 |
| * | wl12xx: simplify wl1271_ssid_set() | Eliad Peller | 2011-05-13 | 1 | -11/+15 |
| * | Revert "wl12xx: support FW TX inactivity triggers" | Luciano Coelho | 2011-05-02 | 10 | -125/+17 |
| * | wl12xx: export driver state to debugfs | Arik Nemtsov | 2011-05-02 | 1 | -0/+87 |
| * | wl12xx: fix race condition during recovery in AP mode | Arik Nemtsov | 2011-05-02 | 3 | -9/+22 |
| * | wl12xx: add debugfs entry for starting recovery | Arik Nemtsov | 2011-05-02 | 1 | -0/+20 |
| * | wl12xx: AP-mode - reconfigure templates after basic rates change | Arik Nemtsov | 2011-05-02 | 3 | -1/+11 |
| * | wl12xx: AP-mode - overhaul rate policy configuration | Arik Nemtsov | 2011-05-02 | 5 | -85/+65 |
| * | wl12xx: print firmware program counter during recovery | Arik Nemtsov | 2011-05-02 | 1 | -1/+2 |
| * | wl12xx: schedule recovery on command timeout | Arik Nemtsov | 2011-05-02 | 1 | -3/+6 |
| * | wl12xx: AP-mode - disable beacon filtering on start up | Arik Nemtsov | 2011-05-02 | 3 | -1/+42 |
| * | wl12xx: use wiphy values for setting rts, frag thresholds on init | Arik Nemtsov | 2011-05-02 | 4 | -13/+27 |
| * | wl12xx: add BT-coexistance for AP | Arik Nemtsov | 2011-05-02 | 5 | -17/+146 |
| * | wl12xx: strict_stroul introduced converted to kstrtoul | Luciano Coelho | 2011-05-02 | 1 | -2/+2 |
| * | wl12xx: do not set queue_mapping directly | Hauke Mehrtens | 2011-05-02 | 1 | -1/+1 |
| * | wl12xx: discard corrupted packets in RX | Arik Nemtsov | 2011-05-02 | 1 | -7/+26 |
| * | wl12xx: implement the tx_frames_pending mac80211 callback | Arik Nemtsov | 2011-05-02 | 1 | -0/+23 |
| * | wl12xx: Enable dynamic memory for 127x | Ido Yariv | 2011-05-02 | 1 | -1/+1 |
| * | wl12xx: Restart TX when TX descriptors are available | Ido Yariv | 2011-05-02 | 1 | -0/+3 |
| * | wl12xx: Modify memory configuration for 128x/AP | Ido Yariv | 2011-05-02 | 1 | -7/+15 |
| * | wl12xx: add debugfs entries for dtim_interval and beacon_interval | Eliad Peller | 2011-05-02 | 1 | -0/+132 |
| * | wl12xx: Update Power Save Exit Retries Packets | Shahar Levi | 2011-05-02 | 1 | -1/+1 |
| * | wl12xx: FM WLAN coexistence | Shahar Levi | 2011-05-02 | 5 | -0/+137 |
| * | wl12xx: configure rates when working in ibss mode | Eliad Peller | 2011-05-02 | 2 | -0/+25 |
| * | wl12xx: avoid redundant join on interface reconfiguration | Eliad Peller | 2011-05-02 | 1 | -3/+7 |
| * | wl12xx: print actual rx packet size (without padding) | Eliad Peller | 2011-05-02 | 1 | -1/+2 |
| * | wl12xx: Set correct REF CLK and TCXO CLK values to the FW | Shahar Levi | 2011-05-02 | 1 | -0/+7 |