mirror of https://github.com/proski/madwifi
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:
parent
c0466a75a6
commit
c62ff62eaf
|
@ -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) !=
|
||||
|
|
Loading…
Reference in New Issue