From: Eliad Peller Date: Wed, 5 Oct 2011 09:55:41 +0000 (+0200) Subject: wl12xx: define wl12xx_vif X-Git-Tag: v3.3-rc1~182^2~261^2~2^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87fbcb0f8c5c8fd57a4e3e7e638977c04ce1e0ca;p=pandora-kernel.git wl12xx: define wl12xx_vif Define a per-vif data struct. This struct holds all the vif-specifc data, which is currently being hold by the global wl struct. Start by moving the basic_rate_set field into it. NOTE: in order to make the patches a bit smaller, start by using wl->vif in some functions, instead of changing all the function prototypes at once. finally, wl->vif will be removed altogether. Signed-off-by: Eliad Peller Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed