diff options
author | Zhu Yi <yi.zhu@intel.com> | 2005-08-05 05:20:40 -0400 |
---|---|---|
committer | James Ketrenos <jketreno@linux.intel.com> | 2005-11-07 18:50:37 -0500 |
commit | e402c9374112aaf1fc5796013dc3040ebb3954ca (patch) | |
tree | c4c3aa9d0ae2e9b773b2421ef221bb54f0c677a7 /drivers/net | |
parent | 87b016cb64b267a6f791494a4cfd84e84e022ebb (diff) |
Disable host fragmentation in open mode since IPW2200/2915 hardware
support hardware fragmentation.
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ipw2200.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index 483993a4ca4b..f8dac52df93a 100644 --- a/drivers/net/wireless/ipw2200.c +++ b/drivers/net/wireless/ipw2200.c | |||
@@ -8069,6 +8069,9 @@ static int ipw_sw_reset(struct ipw_priv *priv, int init) | |||
8069 | } | 8069 | } |
8070 | IPW_DEBUG_INFO("Hardware crypto [%s]\n", hwcrypto ? "on" : "off"); | 8070 | IPW_DEBUG_INFO("Hardware crypto [%s]\n", hwcrypto ? "on" : "off"); |
8071 | 8071 | ||
8072 | /* IPW2200/2915 is abled to do hardware fragmentation. */ | ||
8073 | priv->ieee->host_open_frag = 0; | ||
8074 | |||
8072 | if ((priv->pci_dev->device == 0x4223) || | 8075 | if ((priv->pci_dev->device == 0x4223) || |
8073 | (priv->pci_dev->device == 0x4224)) { | 8076 | (priv->pci_dev->device == 0x4224)) { |
8074 | if (init) | 8077 | if (init) |