Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
[pandora-kernel.git] / drivers / staging / brcm80211 / brcmsmac / mac80211_if.h
index 71526b2..40e3d37 100644 (file)
@@ -21,7 +21,7 @@
 #include <linux/interrupt.h>
 
 /* softmac ioctl definitions */
-#define WLC_SET_SHORTSLOT_OVERRIDE             146
+#define BRCMS_SET_SHORTSLOT_OVERRIDE           146
 
 
 /* BMAC Note: High-only driver is no longer working in softirq context as it needs to block and
@@ -56,7 +56,7 @@ struct brcms_firmware {
 };
 
 struct brcms_info {
-       struct wlc_pub *pub;            /* pointer to public wlc state */
+       struct brcms_pub *pub;          /* pointer to public wlc state */
        void *wlc;              /* pointer to private common os-independent data */
        u32 magic;
 
@@ -83,9 +83,6 @@ struct brcms_info {
 };
 
 /* misc callbacks */
-struct brcms_info;
-struct brcms_if;
-struct brcms_c_if;
 extern void brcms_init(struct brcms_info *wl);
 extern uint brcms_reset(struct brcms_info *wl);
 extern void brcms_intrson(struct brcms_info *wl);
@@ -99,7 +96,6 @@ extern bool wl_alloc_dma_resources(struct brcms_info *wl, uint dmaddrwidth);
 extern bool brcms_rfkill_set_hw_state(struct brcms_info *wl);
 
 /* timer functions */
-struct brcms_timer;
 extern struct brcms_timer *brcms_init_timer(struct brcms_info *wl,
                                      void (*fn) (void *arg), void *arg,
                                      const char *name);