]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/mac80211/michael.h
hwmon: (ams) Convert to a new-style i2c driver
[linux-2.6-omap-h63xx.git] / net / mac80211 / michael.h
index 69b4501f13ba0f40e5dc1dc89055303c07bcdbb2..3b848dad958762ccfc48732623d9ddf1f56aa8ae 100644 (file)
@@ -18,7 +18,7 @@ struct michael_mic_ctx {
        u32 l, r;
 };
 
-void michael_mic(const u8 *key, const u8 *da, const u8 *sa, u8 priority,
+void michael_mic(const u8 *key, struct ieee80211_hdr *hdr,
                 const u8 *data, size_t data_len, u8 *mic);
 
 #endif /* MICHAEL_H */