diff options
Diffstat (limited to 'drivers/net/wireless')
-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) |