X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=openwrt%2Ftarget%2Flinux%2Fpackage%2Fieee80211-dscape%2Fsrc%2Fmichael.h;fp=openwrt%2Ftarget%2Flinux%2Fpackage%2Fieee80211-dscape%2Fsrc%2Fmichael.h;h=0000000000000000000000000000000000000000;hp=5acd8fd946ce108eb6eac5bfccd1c0e0844d4ffd;hb=03ba32594223460e0558399c88372003b28fc1f4;hpb=dce7bfaf3e6bfbfd03b8d6fa30c666476ea440d2 diff --git a/openwrt/target/linux/package/ieee80211-dscape/src/michael.h b/openwrt/target/linux/package/ieee80211-dscape/src/michael.h deleted file mode 100644 index 5acd8fd946..0000000000 --- a/openwrt/target/linux/package/ieee80211-dscape/src/michael.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Michael MIC implementation - optimized for TKIP MIC operations - * Copyright 2002-2003, Instant802 Networks, Inc. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ - -#ifndef MICHAEL_H -#define MICHAEL_H - -#define MICHAEL_MIC_LEN 8 - -void michael_mic(u8 *key, u8 *da, u8 *sa, u8 priority, - u8 *data, size_t data_len, u8 *mic); - -#endif /* MICHAEL_H */