From: Rami Rosen Date: Tue, 16 Dec 2008 20:38:29 +0000 (+0200) Subject: mac80211: fix a typo in ieee80211_send_assoc() method. X-Git-Tag: v2.6.29-rc1~581^2~105^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=135541215ca87ff00c269e65bcaef0bdcb99aab9;p=pandora-kernel.git mac80211: fix a typo in ieee80211_send_assoc() method. This patch fixes a typo in ieee80211_send_assoc(), net/mac80211/mlme.c. The error is usage of a wrong member when building the ie80211 management frame (it should be assoc_req, and not reassoc_req). Signed-off-by: Rami Rosen Signed-off-by: John W. Linville --- Reading git-diff-tree failed