From: Bruno Randolf Date: Wed, 16 Jun 2010 10:11:17 +0000 (+0900) Subject: ath5k: rename ath5k_txbuf_free() to ath5k_txbuf_free_skb() X-Git-Tag: v2.6.36-rc1~571^2~540^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e4e43f20f808babd1b4ecd65266748ed1673c1e;p=pandora-kernel.git 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 Acked-by: Bob Copeland Signed-off-by: John W. Linville --- Reading git-diff-tree failed