From: Jes Sorensen Date: Mon, 9 Jun 2014 13:16:15 +0000 (+0200) Subject: staging: rtl8723au: issue_action_BSSCoexistPacket(): Use struct ieee80211_mgmt X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~2080 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85d5120d5234f5655662b4eda697c0b1af72bca4;p=pandora-kernel.git staging: rtl8723au: issue_action_BSSCoexistPacket(): Use struct ieee80211_mgmt This gets rid of the rtw_set_fixed_ie23a() usage here. Note that this abuses ieee80211_mgmt.u.action.u.chan_switch for now, since the correct defines are currently missing, and this one matches. Need to fix up the definitions in ieee80211.h and afterwards fix it up here. Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed