Skip to content

Commit

Permalink
[PATCH] bcm43xx: correct "Move IV/ICV stripping into ieee80211_rx"
Browse files Browse the repository at this point in the history
In the patch sent by Daniel Drake under the title "[PATCH] ieee80211: Move
IV/ICV stripping into ieee80211_rx", a needed line was accidentally removed.

(NOTE: I'm pretty sure this was my fault, not Daniel's. -- JWL)

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Larry Finger authored and Jeff Garzik committed Dec 2, 2006
1 parent cefd9f7 commit b6d2b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/bcm43xx/bcm43xx_xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ int bcm43xx_rx(struct bcm43xx_private *bcm,
break;
}

frame_ctl = le16_to_cpu(wlhdr->frame_ctl);
switch (WLAN_FC_GET_TYPE(frame_ctl)) {
case IEEE80211_FTYPE_MGMT:
ieee80211_rx_mgt(bcm->ieee, wlhdr, &stats);
Expand Down

0 comments on commit b6d2b1d

Please sign in to comment.