From: Zhu Yi Date: Thu, 10 Dec 2009 22:37:21 +0000 (-0800) Subject: iwlwifi: allocated rx page accounting cleanup X-Git-Tag: v2.6.33-rc3~44^2~31^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64a76b504b04b5da16d1e7658a95dd126594e02f;p=pandora-kernel.git iwlwifi: allocated rx page accounting cleanup In iwlwifi, priv->alloc_rxb_page is used to keep track of the Rx pages allocated by the driver. This cleans up the page free routines by introducing __iwl_free_pages/iwl_free_pages so that the accounting is more accurate and less error prone. This also fixes two instances where the counter was not updated. Signed-off-by: Zhu Yi Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed