]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0603cf37cb05ac36e86b039dea196f96e656a925
tree31a8bb79cabd4f084ebb68d3ba6b93d8ba2e507b
parent4f5e349829f28717d4c910c549e2b85358612519
ath5k: rename ath5k_txbuf_free() to ath5k_txbuf_free_skb()

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>
drivers/net/wireless/ath/ath5k/base.c