From: Jouni Malinen Date: Fri, 27 Mar 2009 18:53:56 +0000 (+0200) Subject: nl80211: Generate deauth/disassoc event for locally generated frames X-Git-Tag: v2.6.31-rc1~330^2~568^2~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b46b8444f600cc1744521ea096ea0c5d494dd0;p=pandora-kernel.git nl80211: Generate deauth/disassoc event for locally generated frames Previously, nl80211 mlme events were generated only for received deauthentication and disassociation frames. We need to do the same for locally generated ones in order to let applications know that we disconnected (e.g., when AP does not reply to a probe). Rename the nl80211 and cfg80211 functions (s/rx_//) to make it clearer that they are used for both received and locally generated frames. Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed