Bug 209671

Summary: ipw2200: NETDEV_TX_BUSY returned; driver should report queue full via ieee_device->is_queue_full.
Product: [Fedora] Fedora Reporter: Dave Malcolm <dmalcolm>
Component: kernelAssignee: John W. Linville <linville>
Status: CLOSED UPSTREAM QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: davej, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-06 19:16:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dave Malcolm 2006-10-06 19:08:02 UTC
Description of problem:
Seen in dmesg:
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
eth1: NETDEV_TX_BUSY returned; driver should report queue full via
ieee_device->is_queue_full.


Version-Release number of selected component (if applicable):
kernel-2.6.18-1.2724.fc6

Linux brick 2.6.18-1.2724.fc6 #1 SMP Sun Oct 1 19:43:37 EDT 2006 i686 i686 i386
GNU/Linux


How reproducible:
100%

Driver appears to be functional in spite of this warning.

Comment 1 John W. Linville 2006-10-06 19:16:21 UTC
This warning has been deemed worthless, and it was removed upstream.

commit 051562f7e980b53f7bc6529f2e55b68e20f5d0e6
Author: Zhu Yi <yi.zhu>
Date:   Mon Aug 21 11:32:47 2006 +0800

    [PATCH] ieee80211: remove ieee80211_tx() is_queue_full warning

    Signed-off-by: Zhu Yi <yi.zhu>
    Signed-off-by: John W. Linville <linville>