History log of /net/mac80211/michael.h
Revision Date Author Comments
aa51142fc5dee212ddcdab274b50cd541b7f2c49 09-Apr-2014 Zhao, Gang <gamerh2o@gmail.com> mac80211: fix some missing includes

Some header files in mac80211 don't include all the
header files they require, fix that.

Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
8e8862b79d2ce9177bfddd85b8328a86a25c69b2 02-Jul-2008 Harvey Harrison <harvey.harrison@gmail.com> mac80211: remove ieee80211_get_hdr_info

Do the check for sufficient skb->len explicitly and pass a pointer
to the struct ieee80211_hdr directly to the michael_mic calculation.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
a7b6f0c5558ad03281b8064d6a4ab2e124dea991 15-May-2008 Harvey Harrison <harvey.harrison@gmail.com> mac80211: add const, remove unused function, make one function static

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Cc: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
1b19ca396621dcba573b20d4625526f5a460c886 15-May-2008 Harvey Harrison <harvey.harrison@gmail.com> mac80211: introduce struct michael_mic_ctx and static helpers

Replace the existing macro with a static function, significantly shrinks the
size of the produced object file.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Cc: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
f0706e828e96d0fa4e80c0d25aa98523f6d589a0 05-May-2007 Jiri Benc <jbenc@suse.cz> [MAC80211]: Add mac80211 wireless stack.

Add mac80211, the IEEE 802.11 software MAC layer.

Signed-off-by: Jiri Benc <jbenc@suse.cz>
Signed-off-by: John W. Linville <linville@tuxdriver.com>