commit | 435c1610f46dc4d86a6633adb037b18109e6ffdc | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Tue Oct 05 12:03:42 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Oct 06 16:30:38 2010 -0400 |
tree | 1fed9f079db50cdd7305abe668848e53ef03223c | |
parent | 9dbebc7fd07ab66341dce8d001272db400c11e03 [diff] |
ath9k_hw: clean up register write buffering Throughout the code, DISABLE_REGWRITE_BUFFER is always called right after REGWRITE_BUFFER_FLUSH. Since that's unlikely to change any time soon, that makes keeping those ops separate rather pointless, as it only increases code size and line number counts. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>