summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-12iwlwifi: change struct iwl_fwDavid Spinadel1-12/+5
2012-03-12iwlwifi: avoid some operations if no uCode loadedDavid Spinadel1-2/+13
2012-03-09iwlwifi: fix the delta for remove max_txq_num patchWey-Yi Guy1-1/+1
2012-03-08iwlwifi: more status bit factoringDon Fry1-20/+18
2012-03-08iwlwifi: separate status to priv and transDon Fry1-5/+1
2012-03-07iwlwifi: put use_rts_for_aggregation into hw_paramsJohannes Berg1-3/+3
2012-03-07iwlwifi: use watchdog timeout from hw_paramsJohannes Berg1-1/+1
2012-03-07iwlwifi: keep plcp_delta_threshold in privJohannes Berg1-3/+3
2012-03-07iwlwifi: move mutex out of sharedJohannes Berg1-6/+6
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg1-1/+0
2012-03-07iwlwifi: split out firmware storeJohannes Berg1-5/+4
2012-03-07iwlwifi: use valid TX/RX antenna from hw_paramsJohannes Berg1-3/+6
2012-03-07iwlwifi: remove per-device debug levelJohannes Berg1-53/+2
2012-03-07iwlwifi: introduce statistics lockJohannes Berg1-0/+21
2012-02-17iwlwifi: Move ucode pointers to iwl_fwDon Fry1-5/+6
2012-02-03iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach1-3/+3
2012-01-28iwlwifi: fix uCode event tracingJohannes Berg1-3/+4
2012-01-07iwlwifi: update CopyrightWey-Yi Guy1-1/+1
2011-12-16iwlwifi: tid_data moves to iwl_privEmmanuel Grumbach1-1/+1
2011-12-16iwlwifi: tid_data logic move to upper layer - txqidEmmanuel Grumbach1-3/+2
2011-12-16iwlwifi: don't count the tfds in HW queue any moreEmmanuel Grumbach1-3/+2
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry1-13/+13
2011-12-09iwlwifi: move eeprom pointer from iwl_priv to iwl_sharedDon Fry1-2/+2
2011-12-02iwlwifi: move ucode_type from iwl_priv to iwl_sharedDon Fry1-3/+4
2011-11-11iwlagn: move nvm_device_type from iwl_priv to iwl_transDon Fry1-1/+1
2011-11-11iwlagn: move ucode files out of the iwl_priv structureDon Fry1-3/+3
2011-10-14iwlagn: kill hw_params.max_stationsEmmanuel Grumbach1-2/+1
2011-10-14iwlagn: add "echo test" command to debugfsWey-Yi Guy1-0/+19
2011-09-27iwlagn: sparse warning priv->temperature is signedEmmanuel Grumbach1-1/+16
2011-09-20iwlagn: move sysfs files to debugfsJohannes Berg1-8/+64
2011-09-14iwlagn: move traffic_log back to upper layerEmmanuel Grumbach1-0/+85
2011-08-29iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach1-14/+11
2011-08-29iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach1-3/+3
2011-08-29iwlagn: move dump_csr and dump_fh to transport layerEmmanuel Grumbach1-44/+0
2011-08-29iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach1-7/+7
2011-08-29iwlagn: move isr_statistics to transport layerEmmanuel Grumbach1-44/+10
2011-08-29iwlagn: move the NIC error flow to the transport layerEmmanuel Grumbach1-42/+0
2011-08-29iwlagn: transport handler can register debugfs entriesEmmanuel Grumbach1-178/+3
2011-08-29iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach1-6/+6
2011-08-29iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach1-17/+17
2011-08-29iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach1-3/+3
2011-08-29iwlagn: debug_level moves to struct iwl_sharedEmmanuel Grumbach1-2/+4
2011-08-29iwlagn: use iwl_get_debug_level instead of iwl_debug_levelEmmanuel Grumbach1-2/+2
2011-07-21iwlagn: implement WoWLANJohannes Berg1-0/+15
2011-07-21iwlagn: remove un-necessary "_agn"Wey-Yi Guy1-36/+36
2011-06-18iwlagn: Remove un-necessary indirect callWey-Yi Guy1-3/+2
2011-06-11iwlagn: don't check ucode subtypeJohannes Berg1-1/+1
2011-04-30iwlagn: remove un-necessary debugfs callbackWey-Yi Guy1-28/+978
2011-04-22iwlagn: combine firmware code/dataJohannes Berg1-2/+2
2011-04-22iwlagn: implement synchronous firmware loadJohannes Berg1-1/+1