commit | 9e4e43f20f808babd1b4ecd65266748ed1673c1e | [log] [tgz] |
---|---|---|
author | Bruno Randolf <br1@einfach.org> | Wed Jun 16 19:11:17 2010 +0900 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 16 14:58:58 2010 -0400 |
tree | 31a8bb79cabd4f084ebb68d3ba6b93d8ba2e507b | |
parent | 8d67a0310f7cba4796e5d5df99ed59408ac0b767 [diff] |
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>