diff options
author | Zhu Yi <yi.zhu@intel.com> | 2009-06-15 19:36:14 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-06-19 15:50:16 (GMT) |
commit | d7e057dca3f1b76ff44dd16fefcd493a52614aad (patch) | |
tree | edc3d4ff1a2ba516b3619a7d5fcdfd22820eb43d /drivers/Makefile | |
parent | 8d96e7960b6b520eb52be6e1eb7c794da5db9555 (diff) | |
download | linux-fsl-qoriq-d7e057dca3f1b76ff44dd16fefcd493a52614aad.tar.xz |
iwmc3200wifi: add iwm_if_add and iwm_if_remove
We used to do alloc_netdev and register_netdev at the same time in
iwm_if_alloc. But some bus related structures will only be initialized
after iwm_priv is allocated. This caused a race condition that the
netdev might be registered earlier. The patch adds iwm_if_add and
iwm_if_remove so that the bus layer could register the device after
all initialization is done.
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: Samuel Ortiz <samuel.ortiz@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/Makefile')
0 files changed, 0 insertions, 0 deletions