提交 e402c937 编写于 作者: Z Zhu Yi 提交者: James Ketrenos

Disable host fragmentation in open mode since IPW2200/2915 hardware

support hardware fragmentation.
Signed-off-by: NZhu Yi <yi.zhu@intel.com>
上级 87b016cb
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册