From: Eliad Peller Date: Mon, 18 Nov 2013 17:06:46 +0000 (+0200) Subject: mac80211: fix connection polling X-Git-Tag: v3.13-rc4~3^2~64^2^2~7^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b5f34d2d5934e998975bbae4e29f81d94052f6;p=pandora-kernel.git mac80211: fix connection polling Commit 392b9ff ("mac80211: change beacon/connection polling") removed the IEEE80211_STA_BEACON_POLL flag. However, it accidentally removed the setting of IEEE80211_STA_CONNECTION_POLL, making the connection polling completely useless (the flag is always clear, so the result is never being checked). Fix it. Signed-off-by: Eliad Peller Acked-by: Stanislaw Gruszka Signed-off-by: Johannes Berg --- Reading git-diff-tree failed