kernel-ark/drivers/net/wireless/b43
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
..
b43.h b43: rename TMS defines, drop useless condition from core reset 2010-12-13 15:23:29 -05:00
debugfs.c
debugfs.h
dma.c
dma.h
Kconfig b43: rename config option for N-PHY, drop BROKEN 2010-12-08 15:38:45 -05:00
leds.c
leds.h
lo.c
lo.h
main.c mac80211: make tx() operation return void 2011-02-25 15:32:34 -05:00
main.h
Makefile b43: rename config option for N-PHY, drop BROKEN 2010-12-08 15:38:45 -05:00
pcmcia.c
pcmcia.h
phy_a.c
phy_a.h
phy_common.c b43: rename config option for N-PHY, drop BROKEN 2010-12-08 15:38:45 -05:00
phy_common.h b43: set TMS to work with current band width for N-PHY 2010-12-08 15:38:45 -05:00
phy_g.c
phy_g.h
phy_lp.c
phy_lp.h
phy_n.c b43: N-PHY: rev1: restore PHY state after RSSI operations 2011-02-23 16:25:29 -05:00
phy_n.h
pio.c
pio.h
radio_2055.c
radio_2055.h
radio_2056.c b43: N-PHY: use correct channel tables for rev4+ 2010-12-22 15:43:29 -05:00
radio_2056.h b43: N-PHY: implement radio 2056 init steps 2010-12-22 15:43:29 -05:00
rfkill.c
rfkill.h
sdio.c
sdio.h
sysfs.c
sysfs.h
tables_lpphy.c
tables_lpphy.h
tables_nphy.c b43: N-PHY: one more fix for order of tables initialization 2010-12-13 15:23:29 -05:00
tables_nphy.h
tables.c
tables.h
wa.c
wa.h
xmit.c mac80211: rename RX_FLAG_TSFT 2011-02-23 16:25:29 -05:00
xmit.h