Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | DRV_NAME "iwlwifi" |
#define | IWLWIFI_VERSION "in-tree:" |
#define | DRV_COPYRIGHT "Copyright(c) 2003-2012 Intel Corporation" |
#define | DRV_AUTHOR "<[email protected]>" |
Functions | |
struct iwl_drv * | iwl_drv_start (struct iwl_trans *trans, const struct iwl_cfg *cfg) |
void | iwl_drv_stop (struct iwl_drv *drv) |
#define DRV_AUTHOR "<[email protected]>" |
#define DRV_COPYRIGHT "Copyright(c) 2003-2012 Intel Corporation" |
iwl_drv_start - start the drv
: the ops of the transport : device specific constants / virtual functions
starts the driver: fetches the firmware. This should be called by bus specific system flows implementations. For example, the bus specific probe function should do bus related operations only, and then call to this function. It returns the driver object or NULL if an error occured.