]> git.baikalelectronics.ru Git - kernel.git/commit
mwl8k: ->add_interface() is not called for monitor interfaces
authorLennert Buytenhek <buytenh@wantstofly.org>
Thu, 16 Jul 2009 12:15:44 +0000 (14:15 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 20 Aug 2009 15:38:05 +0000 (11:38 -0400)
commitf3a10b8aa821200435b9bf55923cc04294f9572f
tree01beb81eaf7f3efb751edc63563a3c46454ef3ec
parentec8bad896e9cc3998be7277a9b44386ccfeca2da
mwl8k: ->add_interface() is not called for monitor interfaces

There is no need to check for NL80211_IFTYPE_MONITOR in
->add_interface(), as this function is never called for monitor
interfaces.  Also, there is no need to advertise this bit in our
wiphy's ->interface_modes.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwl8k.c