ath5k: rename ath5k_txbuf_free() to ath5k_txbuf_free_skb()
authorBruno Randolf <br1@einfach.org>
Wed, 16 Jun 2010 10:11:17 +0000 (19:11 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 16 Jun 2010 18:58:58 +0000 (14:58 -0400)
Rename ath5k_txbuf_free() to ath5k_txbuf_free_skb() since this is what it does:
it frees the skb and not the buf. Same for ath5k_rxbuf_free().

Signed-off-by: Bruno Randolf <br1@einfach.org>
Acked-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found