aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy/3945.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18iwlegacy: move under intel directoryKalle Valo1-2741/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-04-30iwlegacy: Convert /n to \nJoe Perches1-1/+1
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03iwlegacy: use ether_addr_equal_64bitsJulia Lawall1-2/+2
2013-07-24iwl3945: better skb management in rx pathEric Dumazet1-12/+19
2013-06-12iwl3945: workaround for firmware frame tx rejectionStanislaw Gruszka1-0/+18
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-3/+1
2012-11-26iwlegacy: initialize rx_statusJohannes Berg1-1/+1
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-2/+2
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet1-1/+2
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2012-03-12iwl3945: fix possible il->txq NULL pointer dereference in delayed worksStanislaw Gruszka1-3/+4
2012-02-22iwlegacy: s/il_txq_mem/il_free_txq_mem/gStanislaw Gruszka1-1/+1
2012-02-22iwlegacy: small queue initializations cleanupStanislaw Gruszka1-7/+2
2012-02-22iwlegacy: do not grab nic access if rfkillStanislaw Gruszka1-13/+14
2012-02-22iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka1-2/+0
2012-02-22iwlegacy: merge all ops structures into oneStanislaw Gruszka1-26/+13
2012-02-22iwlegacy: merge il_lib_ops into il_opsStanislaw Gruszka1-16/+13
2012-02-22iwlegacy: remove il_apm_opsStanislaw Gruszka1-7/+3
2012-02-22iwlegacy: merge eeprom_ops into lib_opsStanislaw Gruszka1-4/+2
2012-02-22iwlegacy: move debugfs_ops to il_privStanislaw Gruszka1-8/+0
2012-02-22iwlegacy: regulatory_bands is not an opsStanislaw Gruszka1-14/+25
2012-02-06iwlegacy: remove struct il_tx_infoStanislaw Gruszka1-10/+8
2012-02-06iwlegacy: merge il_base_params into il_cfgStanislaw Gruszka1-13/+17
2012-02-06iwlegacy: move ops out of configStanislaw Gruszka1-8/+5
2012-02-06iwlegacy: get rid of ctx structureStanislaw Gruszka1-12/+11
2012-02-06iwlegacy: move bcast_sta_id to hw_paramsStanislaw Gruszka1-2/+3
2012-02-06iwlegacy: move rxon commands out of ctx structureStanislaw Gruszka1-11/+11
2012-01-04iwlegacy: 3945: simplify calculations of retry limitStanislaw Gruszka1-11/+4
2012-01-04iwlegacy: 3945: get rid of hw_{set,get}_rateStanislaw Gruszka1-2/+1
2012-01-04iwlegacy: off by one in iwl3945_hw_build_tx_cmd_rate()Dan Carpenter1-1/+1
2011-11-16iwlegacy: debugfs_ops should depend on CONFIG_IWLEGACY_DEBUGFSGreg Dietsche1-0/+2
2011-11-15iwlegacy: checkpatch.pl fixesStanislaw Gruszka1-21/+22
2011-11-15iwlegacy: indentions and whitespacesStanislaw Gruszka1-461/+459
2011-11-15iwlegacy: merge iwl-{eeprom,led}.h into common.hStanislaw Gruszka1-3/+0
2011-11-15iwlegacy: merge common header filesStanislaw Gruszka1-4/+2
2011-11-15iwlegacy: rename iwl-core.h to common.hStanislaw Gruszka1-1/+1
2011-11-15iwlegacy: rename iwl-commands.h to commands.hStanislaw Gruszka1-2/+1
2011-11-15iwlegacy: rename other handlersStanislaw Gruszka1-3/+3
2011-11-15iwlegacy: s/rx_reply/hdl/Stanislaw Gruszka1-5/+5
2011-11-15iwlegacy: s/rx_handler/handler/Stanislaw Gruszka1-3/+3
2011-11-15iwlegacy: rename REPLY_ to N_ or C_Stanislaw Gruszka1-12/+12
2011-11-15iwlegacy: s/STATISTICS/STATS/Stanislaw Gruszka1-1/+1
2011-11-15iwlegacy: s/STATUS_/S_/Stanislaw Gruszka1-5/+5
2011-11-15iwlegacy: move iwl-3945-{,hw,fh,debugfs}.h to 3945.hStanislaw Gruszka1-3/+1
2011-11-15iwlegacy: merge iwl-3945-led.c into 3945.cStanislaw Gruszka1-1/+19
2011-11-15iwlegacy: rename base 4965 and 3945 file namesStanislaw Gruszka1-0/+2740