]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wireless/bcm43xx/bcm43xx_wx.c
[PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rx
[linux-2.6-omap-h63xx.git] / drivers / net / wireless / bcm43xx / bcm43xx_wx.c
index 12043f8be1bfeab11bee2097d793da27d5e3d940..a659442b9c15e09e978f1c2c0264536df51cc884 100644 (file)
@@ -690,6 +690,7 @@ static int bcm43xx_wx_set_swencryption(struct net_device *net_dev,
        bcm->ieee->host_encrypt = !!on;
        bcm->ieee->host_decrypt = !!on;
        bcm->ieee->host_build_iv = !on;
+       bcm->ieee->host_strip_iv_icv = !on;
        spin_unlock_irqrestore(&bcm->irq_lock, flags);
        mutex_unlock(&bcm->mutex);