Age | Commit message (Expand) | Author | Files | Lines |
2011-12-07 | iwlegacy: Use kcalloc instead of kzalloc to allocate array | Thomas Meyer | 1 | -3/+2 |
2011-11-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | John W. Linville | 2 | -0/+2 |
2011-11-16 | iwlegacy: debugfs_ops should depend on CONFIG_IWLEGACY_DEBUGFS | Greg Dietsche | 5 | -42/+8 |
2011-11-16 | iwlegacy: 4965-rs: cleanup il4965_rs_sta_dbgfs_rate_scale_data_read | Greg Dietsche | 1 | -7/+1 |
2011-11-16 | iwlegacy: 4965-rs: don't return rate from il4965_rs_update_rate_tbl | Greg Dietsche | 1 | -9/+3 |
2011-11-16 | iwlegacy: 4965-rs: il4965_rs_alloc_sta: remove lq_sta local var | Greg Dietsche | 1 | -4/+1 |
2011-11-16 | iwlegacy: 4965-rs: remove unnecessary null check for sta and lq_sta | Greg Dietsche | 1 | -3/+0 |
2011-11-16 | iwlegacy: 4965-rs: remove null check on sta in il4965_rs_tx_status | Greg Dietsche | 1 | -1/+1 |
2011-11-16 | iwlegacy: 4965: remove vif null check in request_scan | Greg Dietsche | 1 | -2/+1 |
2011-11-15 | iwlegacy: remove unused IL_AC_UNSET define | Stanislaw Gruszka | 1 | -2/+0 |
2011-11-15 | iwlegacy: change IL_ERR to D_HT in iwl4965_rs_tl_turn_on_agg_for_tid | Greg Dietsche | 1 | -4/+4 |
2011-11-15 | iwlegacy: change IL_WARN to D_HT in il4965_tx_agg_start | Greg Dietsche | 1 | -1/+1 |
2011-11-15 | iwlegacy: checkpatch.pl fixes | Stanislaw Gruszka | 14 | -411/+297 |
2011-11-15 | iwlegacy: indentions and whitespaces | Stanislaw Gruszka | 17 | -6456/+6439 |
2011-11-15 | iwlegacy: merge iwl-debug.h into common.h | Stanislaw Gruszka | 7 | -209/+165 |
2011-11-15 | iwlegacy: rename iwl-debug.c to debug.c | Stanislaw Gruszka | 2 | -1/+1 |
2011-11-15 | iwlegacy: merge iwl-fh.h into 4965.h | Stanislaw Gruszka | 2 | -418/+351 |
2011-11-15 | iwlegacy: use FH49_ prefix in 4965 code | Stanislaw Gruszka | 4 | -153/+153 |
2011-11-15 | iwlegacy: use FH39_ prefix in 3945 code | Stanislaw Gruszka | 2 | -3/+3 |
2011-11-15 | iwlegacy: rename iwl-prph.h to prph.h | Stanislaw Gruszka | 3 | -2/+1 |
2011-11-15 | iwlegacy: merge iwl-{eeprom,led}.h into common.h | Stanislaw Gruszka | 8 | -412/+303 |
2011-11-15 | iwlegacy: merge iwl-power.h into common.h | Stanislaw Gruszka | 5 | -58/+12 |
2011-11-15 | iwlegacy: merge iwl-legacy-rs.h into common.h | Stanislaw Gruszka | 2 | -473/+442 |
2011-11-15 | iwlegacy: remove iwl-helpers.h | Stanislaw Gruszka | 1 | -187/+0 |
2011-11-15 | iwlegacy: merge common header files | Stanislaw Gruszka | 18 | -2023/+2003 |
2011-11-15 | iwlegacy: rename iwl-core.h to common.h | Stanislaw Gruszka | 11 | -10/+10 |
2011-11-15 | iwlegacy: rename iwl-csr.h to csr.h | Stanislaw Gruszka | 3 | -2/+1 |
2011-11-15 | iwlegacy: move IL_MASK | Stanislaw Gruszka | 2 | -3/+2 |
2011-11-15 | iwlegacy: remove il_ieee80211_get_hw_conf | Stanislaw Gruszka | 4 | -9/+3 |
2011-11-15 | iwlegacy: rename iwl-commands.h to commands.h | Stanislaw Gruszka | 7 | -14/+5 |
2011-11-15 | iwlegacy: rename module name | Stanislaw Gruszka | 1 | -4/+4 |
2011-11-15 | iwlegacy: merge common .c files | Stanislaw Gruszka | 9 | -2678/+3147 |
2011-11-15 | iwlegacy: rename iwl-core.c to common.c | Stanislaw Gruszka | 2 | -1/+1 |
2011-11-15 | iwlegacy: rename other handlers | Stanislaw Gruszka | 10 | -53/+53 |
2011-11-15 | iwlegacy: s/rx_reply/hdl/ | Stanislaw Gruszka | 8 | -33/+33 |
2011-11-15 | iwlegacy: s/rx_handler/handler/ | Stanislaw Gruszka | 9 | -63/+63 |
2011-11-15 | iwlegacy: rename REPLY_ to N_ or C_ | Stanislaw Gruszka | 17 | -317/+317 |
2011-11-15 | iwlegacy: s/STATISTICS/STATS/ | Stanislaw Gruszka | 13 | -50/+50 |
2011-11-15 | iwlegacy: s/STATUS_/S_/ | Stanislaw Gruszka | 14 | -245/+245 |
2011-11-15 | iwlegacy: move iwl-3945-{,hw,fh,debugfs}.h to 3945.h | Stanislaw Gruszka | 10 | -855/+675 |
2011-11-15 | iwlegacy: move iwl-4965-{,hw,debugfs,calib}.h to 4965.h | Stanislaw Gruszka | 14 | -477/+277 |
2011-11-15 | iwlegacy: add accidentally removed comments | Stanislaw Gruszka | 1 | -0/+27 |
2011-11-15 | iwlegacy: rename iwl-3945-{rs,debugfs}.c to 3945-{rs,debug}.c | Stanislaw Gruszka | 3 | -2/+2 |
2011-11-15 | iwlegacy: rename iwl-4965-{rs,calib,debugfs}.c to 4965-{rs,calib,debug}.c | Stanislaw Gruszka | 4 | -3/+2 |
2011-11-15 | iwlegacy: merge iwl-4965-lib.c into 4965-mac.c | Stanislaw Gruszka | 3 | -1195/+1153 |
2011-11-15 | iwlegacy: merge iwl-4965-{tx,rx}.c into 4965-mac.c | Stanislaw Gruszka | 4 | -1588/+1478 |
2011-11-15 | iwlegacy: merge iwl-4965-sta.c into 4965-mac.c | Stanislaw Gruszka | 3 | -713/+677 |
2011-11-15 | iwlegacy: merge iwl-4965-ucode.c into 4965.c | Stanislaw Gruszka | 3 | -167/+126 |
2011-11-15 | iwlegacy: merge iwl-4965-eeprom.c into 4965.c | Stanislaw Gruszka | 3 | -151/+75 |
2011-11-15 | iwlegacy: merge iwl-3945-led.c into 3945.c | Stanislaw Gruszka | 4 | -97/+20 |