From: Johannes Berg Date: Thu, 8 Mar 2012 14:02:08 +0000 (+0100) Subject: mac80211: set basic rates earlier X-Git-Tag: v3.4-rc1~177^2~48^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d6a1b069b7f72298aff2306a2d02b0188668218;p=pandora-kernel.git mac80211: set basic rates earlier The authentication and association handshake already happens in the context of the new BSS, and the basic rates are needed at least for the ACK response frame to the authentication or association response frames. Therefore the basic rates should already be configured into the driver when those frames are sent. Change the logic to set up the basic rates in the connection preparation that happens for authentication and association (if needed). Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed