From: Bruno Randolf Date: Wed, 3 Mar 2010 09:45:42 +0000 (+0900) Subject: mac80211: (really) fix rates setup on IBSS merge X-Git-Tag: v2.6.35-rc1~473^2~714^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a08cff3d13315c948e6aee5cf912f8f1db54e7;p=pandora-kernel.git mac80211: (really) fix rates setup on IBSS merge when an IBSS merge happened, the supported rates for the newly added station were left empty, causing the rate control module to be initialized with only the basic rates. the section of the ibss code which deals with updating supported rates for an already existing station failed to inform the rate control module about the new rates. as both minstrel and pid don't have an update function i just use the init function. also remove unnecessary (unsigned long long) casts and edit debug message. Signed-off-by: Bruno Randolf Signed-off-by: John W. Linville --- Reading git-diff-tree failed