summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-testmode.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-02iwlwifi: move ucode notification from iwl_priv to iwl_sharedDon Fry1-3/+3
Move the notification structures for ucode operations from the iwl_priv structure to the iwl_shared structure, with associated code changes. Signed-off-by: Don Fry <donald.h.fry@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
2011-12-02iwlwifi: move ucode_type from iwl_priv to iwl_sharedDon Fry1-1/+1
Move the ucode_type variable from the iwl_priv to the iwl_shared structure with associated code changes. Signed-off-by: Don Fry <donald.h.fry@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
2011-12-02iwlwifi: Rename file name from iwl-sv-open.c to iwl-testmode.cWey-Yi Guy1-0/+925
The file dealing with all the operations through testmode, rename it. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>