aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlegacy/common.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-06iwlegacy: move ops out of configStanislaw Gruszka1-70/+45
2012-02-06iwlegacy: get rid of ctx structureStanislaw Gruszka1-120/+79
2012-02-06iwlegacy: remove il_setup_interface()Stanislaw Gruszka1-19/+3
2012-02-06iwlegacy: get rid of ctx->is_activeStanislaw Gruszka1-18/+3
2012-02-06iwlegacy: move ht out of ctx structureStanislaw Gruszka1-25/+24
2012-02-06iwlegacy: move qos_data out of ctx structureStanislaw Gruszka1-12/+12
2012-02-06iwlegacy: remove ctx interface_modesStanislaw Gruszka1-25/+4
2012-02-06iwlegacy: get rid of ctx->station_flagsStanislaw Gruszka1-1/+1
2012-02-06iwlegacy: get rid of ctxidStanislaw Gruszka1-6/+0
2012-02-06iwlegacy: get rid of *_devtypeStanislaw Gruszka1-3/+3
2012-02-06iwlegacy: move bcast_sta_id to hw_paramsStanislaw Gruszka1-1/+1
2012-02-06iwlegacy: get rid of ap_sta_idStanislaw Gruszka1-1/+1
2012-02-06iwlegacy: get rid of qos_cmdStanislaw Gruszka1-1/+1
2012-02-06iwlegacy: get rid of ctx->rxon_timing_cmdStanislaw Gruszka1-1/+1
2012-02-06iwlegacy: move rxon commands out of ctx structureStanislaw Gruszka1-80/+77
2012-01-04iwlegacy: move some i/o helpers out of inlineStanislaw Gruszka1-0/+161
2011-12-06iwlegacy: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-3/+2
2011-11-15iwlegacy: checkpatch.pl fixesStanislaw Gruszka1-126/+31
2011-11-15iwlegacy: indentions and whitespacesStanislaw Gruszka1-936/+991
2011-11-15iwlegacy: merge iwl-debug.h into common.hStanislaw Gruszka1-1/+0
2011-11-15iwlegacy: merge iwl-{eeprom,led}.h into common.hStanislaw Gruszka1-1/+0
2011-11-15iwlegacy: merge iwl-power.h into common.hStanislaw Gruszka1-1/+0
2011-11-15iwlegacy: merge common header filesStanislaw Gruszka1-5/+1
2011-11-15iwlegacy: rename iwl-core.h to common.hStanislaw Gruszka1-1/+1
2011-11-15iwlegacy: remove il_ieee80211_get_hw_confStanislaw Gruszka1-1/+1
2011-11-15iwlegacy: merge common .c filesStanislaw Gruszka1-0/+3146
2011-11-15iwlegacy: rename iwl-core.c to common.cStanislaw Gruszka1-0/+2608