commit | 0019a2c9277bf6d083032a5a9857249e75407a8c | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Thu May 19 11:48:45 2011 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Thu May 26 15:43:30 2011 -0400 |
tree | 6388a7f514503194871f18319ed24e795e845126 | |
parent | a9e12869758430424804dd4332e0d2afdfdf00b0 [diff] |
rtlwifi: Use order 2 RX buffer allocation only if necessary Although a previous fix handles the kernel panics that result from failure to allocate a new RX buffer, memory fragmentation can be reduced if the amsdu_8k capability is disabled as new buffers need only be of O(0), not O(2). Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>