wl12xx: update fw status struct
[pandora-kernel.git] / drivers / net / wireless / wl12xx / rx.h
index d3c0591..00c1c1d 100644 (file)
@@ -129,7 +129,7 @@ struct wl1271_rx_descriptor {
        u8  reserved;
 } __packed;
 
-void wl1271_rx(struct wl1271 *wl, struct wl1271_fw_common_status *status);
+void wl12xx_rx(struct wl1271 *wl, struct wl12xx_fw_status *status);
 u8 wl1271_rate_to_idx(int rate, enum ieee80211_band band);
 
 #endif