summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlegacy
AgeCommit message (Expand)AuthorFilesLines
2012-03-12iwl3945: fix possible il->txq NULL pointer dereference in delayed worksStanislaw Gruszka2-4/+5
2012-01-04iwlegacy: 3945: fix hw passive scan on radar channelsStanislaw Gruszka1-4/+4
2012-01-04iwlegacy: 3945: simplify calculations of retry limitStanislaw Gruszka3-15/+6
2012-01-04iwlegacy: random 3945-rs.c cleanupsStanislaw Gruszka1-20/+11
2012-01-04iwlegacy: 4965: remove one il4965_hdl_beaconStanislaw Gruszka2-21/+1
2012-01-04iwlegacy: 3945: get rid of hw_{set,get}_rateStanislaw Gruszka2-20/+1
2012-01-04iwlegacy: 4965: small tx_cmd build cleanupStanislaw Gruszka2-30/+9
2012-01-04iwlegacy: 4965: toggle tx antenna inlineStanislaw Gruszka2-25/+18
2012-01-04iwlegacy: move some i/o helpers out of inlineStanislaw Gruszka2-192/+175
2012-01-04iwlegacy: off by one in iwl3945_hw_build_tx_cmd_rate()Dan Carpenter1-1/+1
2012-01-04iwlegacy: remove iwl-sta.cStanislaw Gruszka1-817/+0
2011-12-07iwlegacy: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-3/+2
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2-0/+2
2011-11-16iwlegacy: debugfs_ops should depend on CONFIG_IWLEGACY_DEBUGFSGreg Dietsche5-42/+8
2011-11-16iwlegacy: 4965-rs: cleanup il4965_rs_sta_dbgfs_rate_scale_data_readGreg Dietsche1-7/+1
2011-11-16iwlegacy: 4965-rs: don't return rate from il4965_rs_update_rate_tblGreg Dietsche1-9/+3
2011-11-16iwlegacy: 4965-rs: il4965_rs_alloc_sta: remove lq_sta local varGreg Dietsche1-4/+1
2011-11-16iwlegacy: 4965-rs: remove unnecessary null check for sta and lq_staGreg Dietsche1-3/+0
2011-11-16iwlegacy: 4965-rs: remove null check on sta in il4965_rs_tx_statusGreg Dietsche1-1/+1
2011-11-16iwlegacy: 4965: remove vif null check in request_scanGreg Dietsche1-2/+1
2011-11-15iwlegacy: remove unused IL_AC_UNSET defineStanislaw Gruszka1-2/+0
2011-11-15iwlegacy: change IL_ERR to D_HT in iwl4965_rs_tl_turn_on_agg_for_tidGreg Dietsche1-4/+4
2011-11-15iwlegacy: change IL_WARN to D_HT in il4965_tx_agg_startGreg Dietsche1-1/+1
2011-11-15iwlegacy: checkpatch.pl fixesStanislaw Gruszka14-411/+297
2011-11-15iwlegacy: indentions and whitespacesStanislaw Gruszka17-6456/+6439
2011-11-15iwlegacy: merge iwl-debug.h into common.hStanislaw Gruszka7-209/+165
2011-11-15iwlegacy: rename iwl-debug.c to debug.cStanislaw Gruszka2-1/+1
2011-11-15iwlegacy: merge iwl-fh.h into 4965.hStanislaw Gruszka2-418/+351
2011-11-15iwlegacy: use FH49_ prefix in 4965 codeStanislaw Gruszka4-153/+153
2011-11-15iwlegacy: use FH39_ prefix in 3945 codeStanislaw Gruszka2-3/+3
2011-11-15iwlegacy: rename iwl-prph.h to prph.hStanislaw Gruszka3-2/+1
2011-11-15iwlegacy: merge iwl-{eeprom,led}.h into common.hStanislaw Gruszka8-412/+303
2011-11-15iwlegacy: merge iwl-power.h into common.hStanislaw Gruszka5-58/+12
2011-11-15iwlegacy: merge iwl-legacy-rs.h into common.hStanislaw Gruszka2-473/+442
2011-11-15iwlegacy: remove iwl-helpers.hStanislaw Gruszka1-187/+0
2011-11-15iwlegacy: merge common header filesStanislaw Gruszka18-2023/+2003
2011-11-15iwlegacy: rename iwl-core.h to common.hStanislaw Gruszka11-10/+10
2011-11-15iwlegacy: rename iwl-csr.h to csr.hStanislaw Gruszka3-2/+1
2011-11-15iwlegacy: move IL_MASKStanislaw Gruszka2-3/+2
2011-11-15iwlegacy: remove il_ieee80211_get_hw_confStanislaw Gruszka4-9/+3
2011-11-15iwlegacy: rename iwl-commands.h to commands.hStanislaw Gruszka7-14/+5
2011-11-15iwlegacy: rename module nameStanislaw Gruszka1-4/+4
2011-11-15iwlegacy: merge common .c filesStanislaw Gruszka9-2678/+3147
2011-11-15iwlegacy: rename iwl-core.c to common.cStanislaw Gruszka2-1/+1
2011-11-15iwlegacy: rename other handlersStanislaw Gruszka10-53/+53
2011-11-15iwlegacy: s/rx_reply/hdl/Stanislaw Gruszka8-33/+33
2011-11-15iwlegacy: s/rx_handler/handler/Stanislaw Gruszka9-63/+63
2011-11-15iwlegacy: rename REPLY_ to N_ or C_Stanislaw Gruszka17-317/+317
2011-11-15iwlegacy: s/STATISTICS/STATS/Stanislaw Gruszka13-50/+50
2011-11-15iwlegacy: s/STATUS_/S_/Stanislaw Gruszka14-245/+245