commit | 8e6f5aa250d6013ec0d66f9f45f376678d3fc4ab | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Mon Mar 29 20:09:27 2010 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Mar 31 14:46:41 2010 -0400 |
tree | be379f3c3ea007c3f239b5043242db29143937c3 | |
parent | db1a052b73f7c97f9e8b21f3f19a92313ed2acb1 [diff] |
ath9k: split out access to rx status information This patch passes in a pointer to the ath_rx_status data structure for functions that need it, instead of letting them grab it directly from the ath_desc struct. This is useful for making it possible to allocate the intermediate rx status data separately. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>