summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/sys/wlc_mac80211.h
diff options
context:
space:
mode:
authorRoland Vossen <rvossen@broadcom.com>2010-12-07 17:45:40 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-12-08 14:27:47 -0800
commit299f8a4658e055d9f9713f7bed45860474544e68 (patch)
tree5d0f0108464f685e96c2671317e2037f919e4d57 /drivers/staging/brcm80211/sys/wlc_mac80211.h
parent0e4934748948b5886c965fe56207b41d3abd58e7 (diff)
staging: brcm80211: replaced typedef antsel_info_t by struct antsel_info
Code cleanup. Signed-off-by: Roland Vossen <rvossen@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/sys/wlc_mac80211.h')
-rw-r--r--drivers/staging/brcm80211/sys/wlc_mac80211.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/staging/brcm80211/sys/wlc_mac80211.h b/drivers/staging/brcm80211/sys/wlc_mac80211.h
index 1d5149ee1207..2ad37f612f00 100644
--- a/drivers/staging/brcm80211/sys/wlc_mac80211.h
+++ b/drivers/staging/brcm80211/sys/wlc_mac80211.h
@@ -487,7 +487,10 @@ struct wlc_hw_info {
u8 antsel_type; /* Type of boardlevel mimo antenna switch-logic
* 0 = N/A, 1 = 2x4 board, 2 = 2x3 CB2 board
*/
- u32 antsel_avail; /* put antsel_info_t here if more info is needed */
+ u32 antsel_avail; /*
+ * put struct antsel_info here if more info is
+ * needed
+ */
};
/* TX Queue information
@@ -549,7 +552,7 @@ struct wlc_info {
struct ampdu_info *ampdu; /* ampdu module handler */
- antsel_info_t *asi; /* antsel module handler */
+ struct antsel_info *asi; /* antsel module handler */
wlc_cm_info_t *cmi; /* channel manager module handler */
void *btparam; /* bus type specific cookie */