]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723au: Do not call netdev_open23a() from cfg80211_rtw_change_iface()
authorJes Sorensen <Jes.Sorensen@redhat.com>
Sun, 25 May 2014 20:43:10 +0000 (22:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 May 2014 22:14:39 +0000 (15:14 -0700)
commit8e47371fb83c581b526c9c0458960a1dce35e410
tree26b59faeb5fdc36a089e3ebae0017a692246282a
parent072208a8b8f93655a7d4766603027f2bce25aefb
staging: rtl8723au: Do not call netdev_open23a() from cfg80211_rtw_change_iface()

Calling open on the device when changing the interface type is wrong.
Let the stack call open at the right time.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c