From: Ivo van Doorn Date: Sat, 20 Dec 2008 09:54:54 +0000 (+0100) Subject: rt2x00: Restrict interface between rt2x00link and drivers X-Git-Tag: v2.6.30-rc1~662^2~836^2~312 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5352ff6510422d9a9bf13b7272f865eb53247f4d;p=pandora-kernel.git rt2x00: Restrict interface between rt2x00link and drivers Restrict drivers to only access link_qual structure during link tuning. The contents of these fields are for the drivers and all fields are allowed to be changed to values the driver considers correct. This means that some fields need to be moved outside of this structure to restrict access only to rt2x00link itself. This allows some code to be moved outside of the rt2x00.h header and into rt2x00link.c. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed