]> git.karo-electronics.de Git - mv-sheeva.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)
commit9e4e43f20f808babd1b4ecd65266748ed1673c1e
tree31a8bb79cabd4f084ebb68d3ba6b93d8ba2e507b
parent8d67a0310f7cba4796e5d5df99ed59408ac0b767
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