Cast to remotely the right pointer type

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3675 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2008-05-22 16:15:28 +00:00
parent c0466a75a6
commit c62ff62eaf
1 changed files with 1 additions and 1 deletions

View File

@ -6637,7 +6637,7 @@ rx_accept:
if (mic_fail) {
struct ieee80211_frame_min *wh_m =
(struct ieee80211_frame *)skb->data;
(struct ieee80211_frame_min *)skb->data;
/* Ignore control frames which are reported with MIC
* error. */
if ((wh_m->i_fc[0] & IEEE80211_FC0_TYPE_MASK) !=