commit | 135541215ca87ff00c269e65bcaef0bdcb99aab9 | [log] [tgz] |
---|---|---|
author | Rami Rosen <ramirose@gmail.com> | Tue Dec 16 22:38:29 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Dec 19 15:23:30 2008 -0500 |
tree | d5b8dde8553c5298810c36771dd559efd5f3ab67 | |
parent | 73ec1cc28ebc7854a376cde53f62d487e127fbca [diff] |
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 <ramirose@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>