commit | 240e86efd60e6bc232a072273a7f7794bcb035e0 | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Thu Jul 16 14:15:44 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Aug 20 11:38:05 2009 -0400 |
tree | 01beb81eaf7f3efb751edc63563a3c46454ef3ec | |
parent | e81cd2d664fe5b75a0db9bb24b43c0dfbde32319 [diff] |
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>