aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwmc3200wifi/commands.h
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-01-13 12:09:08 +0100
committerJohn W. Linville <linville@tuxdriver.com>2010-01-14 17:14:57 -0500
commita0e803a2112398150daa4d88c9d58409e0cf0b6c (patch)
treed3f7c462923e2b5369c7715613788d38994e5fbf /drivers/net/wireless/iwmc3200wifi/commands.h
parentcfg80211: fix refcount imbalance when wext is disabled (diff)
downloadlinux-dev-a0e803a2112398150daa4d88c9d58409e0cf0b6c.tar.xz
linux-dev-a0e803a2112398150daa4d88c9d58409e0cf0b6c.zip
iwmc3200wifi: Add UMAC wifi headers to the pmkid command
Without this header, we can trigger a UMAC crash with debug enabled UMACs. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwmc3200wifi/commands.h')
-rw-r--r--drivers/net/wireless/iwmc3200wifi/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwmc3200wifi/commands.h b/drivers/net/wireless/iwmc3200wifi/commands.h
index 06af0552cd75..3dfd9f0e9003 100644
--- a/drivers/net/wireless/iwmc3200wifi/commands.h
+++ b/drivers/net/wireless/iwmc3200wifi/commands.h
@@ -463,6 +463,7 @@ struct iwm_umac_cmd_stop_resume_tx {
#define IWM_CMD_PMKID_FLUSH 3
struct iwm_umac_pmkid_update {
+ struct iwm_umac_wifi_if hdr;
__le32 command;
u8 bssid[ETH_ALEN];
__le16 reserved;