summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/ath/ath_main.c
Commit message (Collapse)AuthorAgeFilesLines
* [ath9k] Remove broken ath_rxbuf_alloc()Michael Brown2016-01-281-59/+0Star
| | | | | | | | | | | | 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>
* [ath9k] Add ath9k driverScott K Logan2011-10-141-0/+59
Signed-off-by: Michael Brown <mcb30@ipxe.org>