commit | c7de35cd1c8b135398899f42475fa8e9d672d46e | [log] [tgz] |
---|---|---|
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | Wed Apr 23 17:15:05 2008 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 07 15:02:20 2008 -0400 |
tree | 14fe2e46d79e2fde48c8010cb8521fc0332d26f5 | |
parent | 038669e49c30867956a7fa0d06c6e0e72bb38fa8 [diff] |
iwlwifi: unify init driver flow This patch does the following: 1 - moving init_drv from handler to regular function call 2 - move the init driver flow from iwl4965 to iwlcore, thus unify it to all iwl family as a single flow 3 - move some general purpose functions from iwl4965 to iwlcore Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>