summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy/3945-mac.c
Commit message (Expand)AuthorAgeFilesLines
* iwlegacy: more checks for dma mapping errorsStanislaw Gruszka2013-02-141-24/+27
* iwlegacy: check for dma mapping errorsStanislaw Gruszka2013-02-011-12/+27
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-281-1/+1
|\
| * drivers/net/wireless/iwlegacy: use strlcpy instead of strncpyChen Gang2013-01-071-1/+1
* | iwlegacy: allow to enable PSStanislaw Gruszka2013-01-071-1/+4
* | iwlegacy: add flush callbackStanislaw Gruszka2013-01-071-0/+1
|/
* iwlegacy: remove __dev* attributesBill Pemberton2012-12-061-2/+2
* mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-4/+8
* iwlegacy: do not nulify il->vif on resetStanislaw Gruszka2012-03-261-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-191-1/+1
|\
| * iwl3945: fix possible il->txq NULL pointer dereference in delayed worksStanislaw Gruszka2012-03-121-1/+1
* | iwlegacy: s/S_RF_KILL_HW/S_RFKILL/gStanislaw Gruszka2012-02-221-15/+15
* | iwlegacy: do not grab nic access if rfkillStanislaw Gruszka2012-02-221-4/+13
* | iwleagcy: fix ident code damageStanislaw Gruszka2012-02-221-13/+5Star
* | iwlegacy: improve mac operation debuggability a bitStanislaw Gruszka2012-02-221-7/+9
* | iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka2012-02-221-10/+2Star
* | iwlegacy: merge il_lib_ops into il_opsStanislaw Gruszka2012-02-221-4/+4
* | iwlegacy: remove il_apm_opsStanislaw Gruszka2012-02-221-1/+1
* | iwlegacy: move debugfs_ops to il_privStanislaw Gruszka2012-02-221-0/+3
* | iwlegacy: use writeb,writel,readl directlyStanislaw Gruszka2012-02-221-3/+3
* | iwlegacy: remove struct il_tx_infoStanislaw Gruszka2012-02-061-3/+1Star
* | iwlegacy: move ops out of configStanislaw Gruszka2012-02-061-12/+10Star
* | iwlegacy: get rid of ctx structureStanislaw Gruszka2012-02-061-37/+30Star
* | iwlegacy: remove ctx interface_modesStanislaw Gruszka2012-02-061-4/+2Star
* | iwlegacy: get rid of ctxidStanislaw Gruszka2012-02-061-2/+0Star
* | iwlegacy: get rid of *_devtypeStanislaw Gruszka2012-02-061-3/+0Star
* | iwlegacy: move bcast_sta_id to hw_paramsStanislaw Gruszka2012-02-061-2/+2
* | iwlegacy: get rid of ap_sta_idStanislaw Gruszka2012-02-061-1/+0Star
* | iwlegacy: get rid of wep_key_cmdStanislaw Gruszka2012-02-061-1/+0Star
* | iwlegacy: get rid of qos_cmdStanislaw Gruszka2012-02-061-1/+0Star
* | iwlegacy: get rid of rxon_assoc_cmdStanislaw Gruszka2012-02-061-1/+0Star
* | iwlegacy: get rid of ctx->rxon_timing_cmdStanislaw Gruszka2012-02-061-1/+0Star
* | iwlegacy: get rid of ctx->rxon_cmdStanislaw Gruszka2012-02-061-1/+0Star
* | iwlegacy: move rxon commands out of ctx structureStanislaw Gruszka2012-02-061-46/+36Star
|/
* iwlegacy: 3945: fix hw passive scan on radar channelsStanislaw Gruszka2012-01-041-4/+4
* iwlegacy: 3945: simplify calculations of retry limitStanislaw Gruszka2012-01-041-2/+1Star
* iwlegacy: checkpatch.pl fixesStanislaw Gruszka2011-11-151-6/+4Star
* iwlegacy: indentions and whitespacesStanislaw Gruszka2011-11-151-583/+560Star
* iwlegacy: use FH39_ prefix in 3945 codeStanislaw Gruszka2011-11-151-1/+1
* iwlegacy: merge common header filesStanislaw Gruszka2011-11-151-5/+2Star
* iwlegacy: rename iwl-core.h to common.hStanislaw Gruszka2011-11-151-1/+1
* iwlegacy: remove il_ieee80211_get_hw_confStanislaw Gruszka2011-11-151-1/+1
* iwlegacy: rename iwl-commands.h to commands.hStanislaw Gruszka2011-11-151-2/+1Star
* iwlegacy: rename other handlersStanislaw Gruszka2011-11-151-10/+10
* iwlegacy: s/rx_reply/hdl/Stanislaw Gruszka2011-11-151-5/+5
* iwlegacy: s/rx_handler/handler/Stanislaw Gruszka2011-11-151-21/+21
* iwlegacy: rename REPLY_ to N_ or C_Stanislaw Gruszka2011-11-151-31/+31
* iwlegacy: s/STATISTICS/STATS/Stanislaw Gruszka2011-11-151-3/+3
* iwlegacy: s/STATUS_/S_/Stanislaw Gruszka2011-11-151-49/+49
* iwlegacy: move iwl-3945-{,hw,fh,debugfs}.h to 3945.hStanislaw Gruszka2011-11-151-2/+1Star