commit | 6335ed0ff8670e6378da41191ab8bda33d1b7ac8 | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Mon Mar 29 16:07:15 2010 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Mar 31 14:46:39 2010 -0400 |
tree | 345a5ba1c2bb8c602343d196f577b2d714d4f711 | |
parent | d5a4c5e3afb9697c8f627b2563f4b8583ef88498 [diff] |
ath9k_htc: Simplify RX URB management This patch introduces the usage of URB anchors, thus reducing a large amount of code dealing with URB maintenance within the driver. The RX callback now takes care of freeing the SKB associated with each URB. Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>