Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: move TX station pointer and restructure TX | Thomas Huehn | 2012-07-31 | 1 | -4/+8 |
* | iwlegacy: do not nulify il->vif on reset | Stanislaw Gruszka | 2012-03-26 | 1 | -2/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-03-18 | 1 | -1/+1 |
|\ | |||||
| * | iwl3945: fix possible il->txq NULL pointer dereference in delayed works | Stanislaw Gruszka | 2012-03-12 | 1 | -1/+1 |
* | | iwlegacy: s/S_RF_KILL_HW/S_RFKILL/g | Stanislaw Gruszka | 2012-02-22 | 1 | -15/+15 |
* | | iwlegacy: do not grab nic access if rfkill | Stanislaw Gruszka | 2012-02-22 | 1 | -4/+13 |
* | | iwleagcy: fix ident code damage | Stanislaw Gruszka | 2012-02-22 | 1 | -13/+5 |
* | | iwlegacy: improve mac operation debuggability a bit | Stanislaw Gruszka | 2012-02-22 | 1 | -7/+9 |
* | | iwlegacy: get rid of tx/rx traffic log | Stanislaw Gruszka | 2012-02-22 | 1 | -10/+2 |
* | | iwlegacy: merge il_lib_ops into il_ops | Stanislaw Gruszka | 2012-02-22 | 1 | -4/+4 |
* | | iwlegacy: remove il_apm_ops | Stanislaw Gruszka | 2012-02-22 | 1 | -1/+1 |
* | | iwlegacy: move debugfs_ops to il_priv | Stanislaw Gruszka | 2012-02-22 | 1 | -0/+3 |
* | | iwlegacy: use writeb,writel,readl directly | Stanislaw Gruszka | 2012-02-22 | 1 | -3/+3 |
* | | iwlegacy: remove struct il_tx_info | Stanislaw Gruszka | 2012-02-06 | 1 | -3/+1 |
* | | iwlegacy: move ops out of config | Stanislaw Gruszka | 2012-02-06 | 1 | -12/+10 |
* | | iwlegacy: get rid of ctx structure | Stanislaw Gruszka | 2012-02-06 | 1 | -37/+30 |
* | | iwlegacy: remove ctx interface_modes | Stanislaw Gruszka | 2012-02-06 | 1 | -4/+2 |
* | | iwlegacy: get rid of ctxid | Stanislaw Gruszka | 2012-02-06 | 1 | -2/+0 |
* | | iwlegacy: get rid of *_devtype | Stanislaw Gruszka | 2012-02-06 | 1 | -3/+0 |
* | | iwlegacy: move bcast_sta_id to hw_params | Stanislaw Gruszka | 2012-02-06 | 1 | -2/+2 |
* | | iwlegacy: get rid of ap_sta_id | Stanislaw Gruszka | 2012-02-06 | 1 | -1/+0 |
* | | iwlegacy: get rid of wep_key_cmd | Stanislaw Gruszka | 2012-02-06 | 1 | -1/+0 |
* | | iwlegacy: get rid of qos_cmd | Stanislaw Gruszka | 2012-02-06 | 1 | -1/+0 |
* | | iwlegacy: get rid of rxon_assoc_cmd | Stanislaw Gruszka | 2012-02-06 | 1 | -1/+0 |
* | | iwlegacy: get rid of ctx->rxon_timing_cmd | Stanislaw Gruszka | 2012-02-06 | 1 | -1/+0 |
* | | iwlegacy: get rid of ctx->rxon_cmd | Stanislaw Gruszka | 2012-02-06 | 1 | -1/+0 |
* | | iwlegacy: move rxon commands out of ctx structure | Stanislaw Gruszka | 2012-02-06 | 1 | -46/+36 |
|/ | |||||
* | iwlegacy: 3945: fix hw passive scan on radar channels | Stanislaw Gruszka | 2012-01-04 | 1 | -4/+4 |
* | iwlegacy: 3945: simplify calculations of retry limit | Stanislaw Gruszka | 2012-01-04 | 1 | -2/+1 |
* | iwlegacy: checkpatch.pl fixes | Stanislaw Gruszka | 2011-11-15 | 1 | -6/+4 |
* | iwlegacy: indentions and whitespaces | Stanislaw Gruszka | 2011-11-15 | 1 | -583/+560 |
* | iwlegacy: use FH39_ prefix in 3945 code | Stanislaw Gruszka | 2011-11-15 | 1 | -1/+1 |
* | iwlegacy: merge common header files | Stanislaw Gruszka | 2011-11-15 | 1 | -5/+2 |
* | iwlegacy: rename iwl-core.h to common.h | Stanislaw Gruszka | 2011-11-15 | 1 | -1/+1 |
* | iwlegacy: remove il_ieee80211_get_hw_conf | Stanislaw Gruszka | 2011-11-15 | 1 | -1/+1 |
* | iwlegacy: rename iwl-commands.h to commands.h | Stanislaw Gruszka | 2011-11-15 | 1 | -2/+1 |
* | iwlegacy: rename other handlers | Stanislaw Gruszka | 2011-11-15 | 1 | -10/+10 |
* | iwlegacy: s/rx_reply/hdl/ | Stanislaw Gruszka | 2011-11-15 | 1 | -5/+5 |
* | iwlegacy: s/rx_handler/handler/ | Stanislaw Gruszka | 2011-11-15 | 1 | -21/+21 |
* | iwlegacy: rename REPLY_ to N_ or C_ | Stanislaw Gruszka | 2011-11-15 | 1 | -31/+31 |
* | iwlegacy: s/STATISTICS/STATS/ | Stanislaw Gruszka | 2011-11-15 | 1 | -3/+3 |
* | iwlegacy: s/STATUS_/S_/ | Stanislaw Gruszka | 2011-11-15 | 1 | -49/+49 |
* | iwlegacy: move iwl-3945-{,hw,fh,debugfs}.h to 3945.h | Stanislaw Gruszka | 2011-11-15 | 1 | -2/+1 |
* | iwlegacy: rename base 4965 and 3945 file names | Stanislaw Gruszka | 2011-11-15 | 1 | -0/+4007 |