| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ath9k] Remove broken ath_rxbuf_alloc() | Michael Brown | 2016-01-28 | 1 | -59/+0![]() |
| | | | | | | | | | | | | | 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 driver | Scott K Logan | 2011-10-14 | 1 | -0/+59 |
| Signed-off-by: Michael Brown <mcb30@ipxe.org> | |||||

