summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-notif-wait.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-03-06 21:31:02 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2012-03-07 18:56:34 (GMT)
commitf8d7c1a18d5e77b17b5cc1ebefa21eaea7f2d0fa (patch)
treeb5be4a0c137949e61b2dd62abbcd27fc2994dacb /drivers/net/wireless/iwlwifi/iwl-notif-wait.h
parent7559553660da6cda3aa798c4e8eb681b63402819 (diff)
downloadlinux-f8d7c1a18d5e77b17b5cc1ebefa21eaea7f2d0fa.tar.xz
iwlwifi: move packet to transport
The base packet structure will (hopefully) be the same for all transports, but what is in it differs. Remove the union of all the possible contents and move the packet itself into the transport header file. This requires changing all users of the union to just use pkt->data. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-notif-wait.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-notif-wait.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-notif-wait.h b/drivers/net/wireless/iwlwifi/iwl-notif-wait.h
index 419f1ad..5e8af95 100644
--- a/drivers/net/wireless/iwlwifi/iwl-notif-wait.h
+++ b/drivers/net/wireless/iwlwifi/iwl-notif-wait.h
@@ -64,8 +64,7 @@
#include <linux/wait.h>
-/* TODO: remove later */
-#include "iwl-commands.h"
+#include "iwl-trans.h"
struct iwl_notif_wait_data {
struct list_head notif_waits;