Age | Commit message (Expand) | Author | Files | Lines |
2012-06-22 | wlcore: access the firmware memory via debugfs | Arkady Miasnikov | 1 | -0/+192 |
2012-06-22 | wlcore: Force checking of io functions' return values | Ido Yariv | 6 | -40/+55 |
2012-06-22 | wlcore: Propagate errors from wl1271_read_hwaddr | Ido Yariv | 2 | -4/+6 |
2012-06-22 | wlcore: Propagate errors from wl1271_raw_write32 | Ido Yariv | 13 | -127/+298 |
2012-06-22 | wlcore: Propagate errors from wl1271_raw_read32 | Ido Yariv | 9 | -113/+309 |
2012-06-22 | wlcore: Propagate errors from wl1271_write | Ido Yariv | 12 | -46/+102 |
2012-06-22 | wlcore: Propagate errors from wl1271_read | Ido Yariv | 12 | -32/+78 |
2012-06-22 | wlcore: Propagate errors from wlcore_raw_*_data functions | Ido Yariv | 2 | -13/+26 |
2012-06-22 | wlcore: Change raw io functions to return errors | Ido Yariv | 1 | -13/+13 |
2012-06-22 | wlcore: Change read/write ops to return errors | Ido Yariv | 3 | -14/+22 |
2012-06-22 | wlcore: Disable interrupts while recovering | Ido Yariv | 3 | -6/+22 |
2012-06-22 | wlcore: Fix sdio out-of-sync power state | Ido Yariv | 2 | -17/+27 |
2012-06-21 | wl18xx: use %zu for size_t arguments in printk calls | Luciano Coelho | 1 | -2/+2 |
2012-06-21 | wl18xx: split siso40 HT cap between 2Ghz and 5Ghz | Arik Nemtsov | 1 | -5/+19 |
2012-06-21 | wl18xx: sane defaults for HT capabilities | Arik Nemtsov | 3 | -34/+42 |
2012-06-21 | wl18xx: explicitly remove the 5Ghz MIMO HT cap | Arik Nemtsov | 1 | -14/+3 |
2012-06-21 | wlcore: read FW logs from FW memory on watchdog recovery | Igal Chernobelsky | 1 | -12/+22 |
2012-06-21 | wlcore: do not report noise level in get survey op | Yoni Divinsky | 1 | -4/+1 |
2012-06-21 | wl18xx: set Tx align quirk for PG2 | Arik Nemtsov | 1 | -1/+1 |
2012-06-21 | wl18xx: increase Rx descriptors for PG2 | Arik Nemtsov | 1 | -1/+10 |
2012-06-21 | wlcore: reconfigure sleep_auth when removing interfaces | Arik Nemtsov | 3 | -32/+43 |
2012-06-21 | wlcore: allow setting sleep_auth before interface init | Arik Nemtsov | 8 | -5/+27 |
2012-06-21 | wlcore: add a debugfs entry to allow changing the sleep mode by hand | Luciano Coelho | 6 | -1/+70 |
2012-06-21 | wlcore: suppress error message on Rx BA session removal | Arik Nemtsov | 1 | -2/+7 |
2012-06-13 | wlcore: declare interface combinations | Eliad Peller | 1 | -0/+28 |
2012-06-13 | wlcore: add print logs of radio_status in case of BIP calibration | Yair Shapira | 2 | -0/+35 |
2012-06-13 | wlcore/wl12xx: add support for HP and SKW FEM radio manufacturers | Yair Shapira | 2 | -11/+27 |
2012-06-13 | wlcore: update basic rates on channel switch | Eliad Peller | 1 | -0/+1 |
2012-06-13 | wlcore: send EAPOLs with basic rate policy | Eyal Shapira | 1 | -3/+7 |
2012-06-13 | wlcore: avoid using NET_IP_ALIGN for RX alignment | Eyal Shapira | 2 | -2/+8 |
2012-06-08 | wlcore/wl12xx/wl18xx: make NVS file optional for wl18xx | Arik Nemtsov | 2 | -17/+9 |
2012-06-08 | wl18xx: clean up phy module parameters | Arik Nemtsov | 2 | -58/+56 |
2012-06-08 | wl18xx: align wl18xx_conf_phy with FW variant and remove it | Arik Nemtsov | 3 | -110/+36 |
2012-06-08 | wl18xx: update fw statistics | Ido Reis | 2 | -24/+65 |
2012-06-08 | wl18xx: allow FW-log by default for PG2.0 | Arik Nemtsov | 1 | -1/+0 |
2012-06-08 | wl18xx: read configuration structure from a binary file | Luciano Coelho | 1 | -5/+63 |
2012-06-08 | wlcore/wl18xx: export conf struct in a debugfs file | Luciano Coelho | 3 | -0/+72 |
2012-06-08 | wlcore/wl18xx: the conf structs must be packed so they can be exported | Luciano Coelho | 2 | -24/+24 |
2012-06-08 | wlcore: use u8 instead of enum for bcn_filt_mode | Luciano Coelho | 1 | -1/+1 |
2012-06-08 | wlcore/wl18xx/wl12xx: use u8 instead of bool for host_fast_wakeup_support | Luciano Coelho | 3 | -4/+9 |
2012-06-08 | wlcore: export raw binary with the FW statistics in debugfs | Luciano Coelho | 1 | -0/+20 |
2012-06-08 | wl18xx: add support to clear FW statistics | Luciano Coelho | 3 | -0/+63 |
2012-06-08 | wlcore: add debugfs control over rx interrupt pacing | Eyal Shapira | 1 | -0/+11 |
2012-06-08 | wlcore: add support macros to easily add conf debugfs entries | Eyal Shapira | 1 | -0/+75 |
2012-06-07 | wl12xx: Add support for an external 26 MHz crystal source | Grant Erickson | 1 | -0/+1 |
2012-06-07 | wl18xx: pad only last frame in aggregration buffer for PG2 | Ido Reis | 7 | -9/+58 |
2012-06-07 | wl18xx: PG2.0 HW Watch dog interrupt support | Ido Reis | 6 | -21/+71 |
2012-06-07 | wl18xx: FW/PHY arguments added for PG2 | Ido Reis | 3 | -1/+28 |
2012-06-07 | wl18xx: support PG2 version of the chip | Ido Reis | 2 | -1/+12 |
2012-06-07 | wl18xx: fix PHY_INIT addresses mem size | Ido Reis | 1 | -2/+2 |