This series addresses some memory issues present on ath9k regarding allocation and not handling failed DMA maps. This v3 gets the txq from the txctl and sprinkles some more unlikely()s where appropriate. Luis Luis R. Rodriguez (2): ath9k: Check for pci_map_single() errors ath9k: Use GFP_ATOMIC when allocating TX private area drivers/net/wireless/ath9k/beacon.c | 16 ++++++++++++- drivers/net/wireless/ath9k/recv.c | 17 +++++++++++++ drivers/net/wireless/ath9k/xmit.c | 43 ++++++++++++++++++++++++++++++++-- 3 files changed, 72 insertions(+), 4 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html