Files
ipxe/src/drivers/net/ath
Michael Brown d0bfd830e4 [ath9k] Remove broken ath_rxbuf_alloc()
ath_rx_init() demonstrates some serious confusion over how to use
pointers, resulting in (uint32_t*)NULL being used as a temporary
variable.  This does not end well.

The broken code in question is performing manual alignment of I/O
buffers, which can now be achieved more simply using alloc_iob_raw().
Fix by removing ath_rxbuf_alloc() entirely.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2016-01-28 14:24:24 +00:00
..
2011-10-14 15:34:52 +01:00
2011-10-14 15:34:52 +01:00
2011-10-14 15:34:52 +01:00
2011-10-14 15:34:52 +01:00
2016-01-28 14:24:24 +00:00
2011-10-14 15:34:52 +01:00