> -----Original Message----- > From: Hauke Mehrtens [mailto:hauke@xxxxxxxxxx] > Sent: Thursday, March 31, 2011 9:22 AM > To: mcgrof@xxxxxxxxx; lrodriguez@xxxxxxxxxxx > Cc: linux-wireless@xxxxxxxxxxxxxxx; Hauke Mehrtens; Bing Zhao > Subject: [PATCH 1/5] compat-wireless: add support for mwifiex > > This adds support for mwifiex into compat-wireless. > > This is only compile tested as I do not have such a device. Hi Hauke and Luis, I'm getting an error in "compat-wireless-2.6.39-rc1-3-s/net/wireless/util.c:799" while compiling compat-wireless-2.6.39-rc1-3-s.tar.bz2. /home/bzhao/git-10.80.114.125/mwifiex-devel/compat-wireless-2.6.39-rc1-3-s/config.mk:204: "WARNING: CONFIG_CFG80211_WEXT will be deactivated or not working because kernel was compiled with CONFIG_WIRELESS_EXT=n. Tools using wext interface like iwconfig will not work. To activate it build your kernel e.g. with CONFIG_LIBIPW=m." ... /home/bzhao/git-10.80.114.125/mwifiex-devel/compat-wireless-2.6.39-rc1-3-s/net/wireless/util.c: In function 'cfg80211_change_iface': /home/bzhao/git-10.80.114.125/mwifiex-devel/compat-wireless-2.6.39-rc1-3-s/net/wireless/util.c:799: error: implicit declaration of function 'br_port_exists' make[3]: *** [/home/bzhao/git-10.80.114.125/mwifiex-devel/compat-wireless-2.6.39-rc1-3-s/net/wireless/util.o] Error 1 make[2]: *** [/home/bzhao/git-10.80.114.125/mwifiex-devel/compat-wireless-2.6.39-rc1-3-s/net/wireless] Error 2 make[1]: *** [_module_/home/bzhao/git-10.80.114.125/mwifiex-devel/compat-wireless-2.6.39-rc1-3-s] Error 2 make: *** [modules] Error 2 I have wireless-testing.git master-2011-03-30 (2.6.39-rc1). Could you please help? Thanks, Bing > > CC: Bing Zhao <bzhao@xxxxxxxxxxx> > Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> > --- > config.mk | 4 + > patches/01-netdev.patch | 11 ++++ > patches/25-multicast-list_head.patch | 42 ++++++++++++-- > patches/26-sdio-quirks.patch | 12 ++++ > patches/29-libertas_sdio_no_suspend.patch | 34 ----------- > patches/29-sdio_no_suspend.patch | 86 +++++++++++++++++++++++++++++ > scripts/admin-update.sh | 1 + > 7 files changed, 151 insertions(+), 39 deletions(-) > delete mode 100644 patches/29-libertas_sdio_no_suspend.patch > create mode 100644 patches/29-sdio_no_suspend.patch -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html