Skip to content

Commit

Permalink
Disable host fragmentation in open mode since IPW2200/2915 hardware
Browse files Browse the repository at this point in the history
support hardware fragmentation.

Signed-off-by: Zhu Yi <yi.zhu@intel.com>
  • Loading branch information
Zhu Yi authored and James Ketrenos committed Nov 7, 2005
1 parent 87b016c commit e402c93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e402c93

Please sign in to comment.