summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/hfa384x.h
diff options
context:
space:
mode:
authorEdgardo Hames2010-07-31 03:51:55 +0200
committerGreg Kroah-Hartman2010-08-03 03:20:03 +0200
commit93df38e593d949de83a6447d016cc4b07d392f47 (patch)
treefd94f28327575656aa99761d2b94342df3973ef8 /drivers/staging/wlan-ng/hfa384x.h
parentstaging: vt6656: removed NTSTATUS definition (diff)
downloadkernel-qcow2-linux-93df38e593d949de83a6447d016cc4b07d392f47.tar.gz
kernel-qcow2-linux-93df38e593d949de83a6447d016cc4b07d392f47.tar.xz
kernel-qcow2-linux-93df38e593d949de83a6447d016cc4b07d392f47.zip
Staging: wlan-ng: fix style issues for p80211hdr.h
Removed typedef and other style issues. Signed-off-by: Edgardo Hames <ehames@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlan-ng/hfa384x.h')
-rw-r--r--drivers/staging/wlan-ng/hfa384x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
index ab9bfaab8b6b..e3269f4b4fda 100644
--- a/drivers/staging/wlan-ng/hfa384x.h
+++ b/drivers/staging/wlan-ng/hfa384x.h
@@ -1409,7 +1409,7 @@ int hfa384x_drvr_start(hfa384x_t *hw);
int hfa384x_drvr_stop(hfa384x_t *hw);
int
hfa384x_drvr_txframe(hfa384x_t *hw, struct sk_buff *skb,
- p80211_hdr_t *p80211_hdr, p80211_metawep_t *p80211_wep);
+ union p80211_hdr *p80211_hdr, p80211_metawep_t *p80211_wep);
void hfa384x_tx_timeout(wlandevice_t *wlandev);
int hfa384x_cmd_initialize(hfa384x_t *hw);