From: Bartlomiej Zolnierkiewicz Date: Wed, 4 Nov 2009 17:32:58 +0000 (+0100) Subject: rt2800usb: use rt2x00usb_register_multiwrite() to set key entries X-Git-Tag: v2.6.33-rc1~388^2~449^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3306ef642a4dec6ba5341eceb8b9cb1e4a82ddb0;p=pandora-kernel.git rt2800usb: use rt2x00usb_register_multiwrite() to set key entries Since struct hw_key_entry is 32-bytes large and is smaller than CSR cache size (which is 64-bytes large) we can use the standard rt2x00usb_register_multiwrite() helper to set key entries. This cleanup is a part of preparations for later code unification. Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Ivo van Doorn Acked-by: Gertjan van Wingerde Signed-off-by: John W. Linville --- Reading git-diff-tree failed