kernel-ark/drivers/net/wireless/wl12xx
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
..
acx.c wl12xx: AP-mode - fix race condition on sta connection 2011-02-23 11:14:55 +02:00
acx.h wl12xx: AP-mode - fix race condition on sta connection 2011-02-23 11:14:55 +02:00
boot.c
boot.h
cmd.c wl12xx: set supported_rates after association 2011-02-08 22:51:42 -02:00
cmd.h wl12xx: move to new firmware (6.1.3.50.49) 2011-02-08 22:51:42 -02:00
conf.h wl12xx: use the conf struct instead of macros for memory configuration 2011-02-08 22:51:42 -02:00
debugfs.c
debugfs.h
event.c wl12xx: move to new firmware (6.1.3.50.49) 2011-02-08 22:51:42 -02:00
event.h wl12xx: move to new firmware (6.1.3.50.49) 2011-02-08 22:51:42 -02:00
ini.h
init.c wl12xx: change type from u8 to int 2011-02-22 18:06:35 +02:00
init.h
io.c
io.h
Kconfig wl12xx: fix sdio_test kconfig/build errors 2011-02-21 15:39:56 -05:00
main.c mac80211: make tx() operation return void 2011-02-25 15:32:34 -05:00
Makefile
ps.c wl12xx: AP-mode - management of links in PS-mode 2011-02-23 11:18:46 +02:00
ps.h wl12xx: AP-mode - management of links in PS-mode 2011-02-23 11:18:46 +02:00
reg.h
rx.c wl12xx: fix identification of beacon packets (debug) 2011-02-22 18:06:36 +02:00
rx.h wl12xx: use standard ALIGN() macro 2011-02-23 11:11:19 +02:00
scan.c
scan.h
sdio_test.c
sdio.c
spi.c
testmode.c
testmode.h
tx.c wl12xx: AP-mode - management of links in PS-mode 2011-02-23 11:18:46 +02:00
tx.h wl12xx: AP-mode - TX queue per link in AC 2011-02-23 11:14:56 +02:00
wl12xx_80211.h
wl12xx_platform_data.c
wl12xx.h wl12xx: AP-mode - management of links in PS-mode 2011-02-23 11:18:46 +02:00