Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e402c937 authored by Zhu Yi's avatar Zhu Yi Committed by James Ketrenos
Browse files

Disable host fragmentation in open mode since IPW2200/2915 hardware


support hardware fragmentation.

Signed-off-by: default avatarZhu Yi <yi.zhu@intel.com>
parent 87b016cb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8069,6 +8069,9 @@ static int ipw_sw_reset(struct ipw_priv *priv, int init)
	}
	IPW_DEBUG_INFO("Hardware crypto [%s]\n", hwcrypto ? "on" : "off");

	/* IPW2200/2915 is abled to do hardware fragmentation. */
	priv->ieee->host_open_frag = 0;

	if ((priv->pci_dev->device == 0x4223) ||
	    (priv->pci_dev->device == 0x4224)) {
		if (init)