- p54usb-regression-due-to-commit-b19fa1f.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     p54usb: regression  due to commit b19fa1f
has been removed from the -mm tree.  Its filename was
     p54usb-regression-due-to-commit-b19fa1f.patch

This patch was dropped because an updated version will be merged

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: p54usb: regression  due to commit b19fa1f
From: Larry Finger <Larry.Finger@xxxxxxxxxxxx>

In commit b19fa1fa91845234961c64dbd564671aa7c0fd27, the configuration
parameter NETDEVICES_MULTIQUEUE was eliminated making multiple TX queues
the normal behavior.  For p54usb, enabling multiple queues broke the
driver.

A temporary hack that forces only one queue is presented here.  With it,
the driver works as before.  Obviously, a proper fix is needed in the long
run.

Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/net/wireless/p54/p54common.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/net/wireless/p54/p54common.c~p54usb-regression-due-to-commit-b19fa1f drivers/net/wireless/p54/p54common.c
--- a/drivers/net/wireless/p54/p54common.c~p54usb-regression-due-to-commit-b19fa1f
+++ a/drivers/net/wireless/p54/p54common.c
@@ -150,7 +150,7 @@ void p54_parse_firmware(struct ieee80211
 		priv->tx_stats[1].limit = 4;
 		priv->tx_stats[2].limit = 3;
 		priv->tx_stats[3].limit = 1;
-		dev->queues = 4;
+		dev->queues = 1; /* temp. hack, set to 1 as 4 breaks p54usb */
 	}
 }
 EXPORT_SYMBOL_GPL(p54_parse_firmware);
_

Patches currently in -mm which might be from Larry.Finger@xxxxxxxxxxxx are

net-ieee80211-adjust-error-handling.patch
p54usb-regression-due-to-commit-b19fa1f.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux