]> git.baikalelectronics.ru Git - kernel.git/commit
iwlagn: introduce iwl_bus and iwl_bus_ops
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 31 May 2011 05:22:30 +0000 (08:22 +0300)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Sat, 18 Jun 2011 15:05:52 +0000 (08:05 -0700)
commit9b0381e73fd7246ab85f75f84356b0e88023df7c
treea6da050f84ff8b9d3ac366387b4a9c8fb412215b
parentd83af9ac78a96a5ab476745fd8c4821888fe38ff
iwlagn: introduce iwl_bus and iwl_bus_ops

iwl_bus will represent a bus, and iwl_bus_ops all the operations that can be
done on this bus.
For the moment only set_prv_data is implemented. More to come...

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-agn.c
drivers/net/wireless/iwlwifi/iwl-agn.h
drivers/net/wireless/iwlwifi/iwl-dev.h
drivers/net/wireless/iwlwifi/iwl-pci.c