From: Gertjan van Wingerde Date: Mon, 6 Feb 2012 22:45:06 +0000 (+0100) Subject: rt2x00: Introduce concept of driver data in struct rt2x00_dev. X-Git-Tag: v3.4-rc1~177^2~112^2~288 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ebbc48520a0853cd4d812d8342f9886b2b07b92;p=pandora-kernel.git rt2x00: Introduce concept of driver data in struct rt2x00_dev. We are getting more and more fields in struct rt2x00_dev that are specific to one or two of the low-level drivers. Instead of putting these fields inside the main structure and thus clobbering all low-level drivers with these fields, introduce the concept of driver data inside struct rt2x00_dev, whose size is indicated by the low-level driver and which can be populated by the low-level driver. Signed-off-by: Gertjan van Wingerde Acked-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed