summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlegacy/common.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg1-1/+1
2012-02-22iwlegacy: s/il_txq_mem/il_free_txq_mem/gStanislaw Gruszka1-2/+2
2012-02-22iwlegacy: s/S_RF_KILL_HW/S_RFKILL/gStanislaw Gruszka1-3/+3
2012-02-22iwlegacy: small queue initializations cleanupStanislaw Gruszka1-30/+36
2012-02-22iwlegacy: check correct il_poll_bit error valueStanislaw Gruszka1-1/+1
2012-02-22iwlegacy: do not grab nic access if rfkillStanislaw Gruszka1-6/+19
2012-02-22iwlegacy: improve mac operation debuggability a bitStanislaw Gruszka1-45/+44
2012-02-22iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka1-247/+0
2012-02-22iwlegacy: merge all ops structures into oneStanislaw Gruszka1-31/+19
2012-02-22iwlegacy: merge il_lib_ops into il_opsStanislaw Gruszka1-17/+17
2012-02-22iwlegacy: remove il_apm_opsStanislaw Gruszka1-1/+1
2012-02-22iwlegacy: merge eeprom_ops into lib_opsStanislaw Gruszka1-2/+2
2012-02-22iwlegacy: regulatory_bands is not an opsStanislaw Gruszka1-6/+4
2012-02-22iwlegacy: cleanup/fix memory barriersStanislaw Gruszka1-2/+0
2012-02-22iwlegacy: always check if got h/w access before writeStanislaw Gruszka1-5/+5
2012-02-22iwlegacy: dump stack when fail to gain access to the deviceStanislaw Gruszka1-2/+3
2012-02-06iwlegacy: remove struct il_tx_infoStanislaw Gruszka1-13/+11
2012-02-06iwlegacy: merge il_base_params into il_cfgStanislaw Gruszka1-14/+14
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-07iwlegacy: 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