linux-kernel-test/drivers/net/wireless/rtlwifi
Johannes Berg 7bb4568372 mac80211: make tx() operation return void
The return value of the tx operation is commonly
misused by drivers, leading to errors. All drivers
will drop frames if they fail to TX the frame, and
they must also properly manage the queues (if they
didn't, mac80211 would already warn).

Removing the ability for drivers to return a BUSY
value also allows significant cleanups of the TX
TX handling code in mac80211.

Note that this also fixes a bug in ath9k_htc, the
old "return -1" there was wrong.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Tested-by: Sedat Dilek <sedat.dilek@googlemail.com> [ath5k]
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> [rt2x00]
Acked-by: Larry Finger <Larry.Finger@lwfinger.net> [b43, rtl8187, rtlwifi]
Acked-by: Luciano Coelho <coelho@ti.com> [wl12xx]
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-02-25 15:32:34 -05:00
..
rtl8192c rtl8192c: fix compilation errors 2011-02-24 17:13:37 -05:00
rtl8192ce rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build 2011-02-23 16:28:41 -05:00
rtl8192cu rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build 2011-02-23 16:28:41 -05:00
base.c rtlwifi: rtl8192ce: Fix endian warnings 2011-02-21 15:39:59 -05:00
base.h rtlwifi: Remove obsolete/unused macros 2011-02-21 15:39:59 -05:00
cam.c
cam.h
core.c mac80211: make tx() operation return void 2011-02-25 15:32:34 -05:00
core.h
debug.c
debug.h rtlwifi: Modify core routines 2011-02-11 16:16:37 -05:00
efuse.c rtlwifi: Eliminate udelay calls with too large values 2011-02-23 16:25:30 -05:00
efuse.h rtlwifi: Eliminate udelay calls with too large values 2011-02-23 16:25:30 -05:00
Kconfig rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build 2011-02-23 16:28:41 -05:00
Makefile rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build 2011-02-23 16:28:41 -05:00
pci.c rtlwifi: rtl8192ce: Fix endian warnings 2011-02-21 15:39:59 -05:00
pci.h rtlwifi: Modify core routines 2011-02-11 16:16:37 -05:00
ps.c rtlwifi: Modify some rtl8192ce routines for merging rtl8192cu 2011-02-21 15:39:57 -05:00
ps.h
rc.c
rc.h
regd.c
regd.h
usb.c rtlwifi: rtl8192ce: Fix endian warnings 2011-02-21 15:39:59 -05:00
usb.h rtlwifi: rtl8192ce: Fix endian warnings 2011-02-21 15:39:59 -05:00
wifi.h rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build 2011-02-23 16:28:41 -05:00