diff options
author | Yogesh Ashok Powar <yogeshp@marvell.com> | 2011-09-27 05:37:26 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-30 21:57:01 +0200 |
commit | 93a1df48d224296fb527d32fbec4d5162828feb4 (patch) | |
tree | 9e99b9364d2d96e1a865425da2a68e3e3cd048c7 /drivers/net/wireless/mwifiex/cfg80211.h | |
parent | mwifiex: fix Tx data rate display issue (diff) | |
download | linux-93a1df48d224296fb527d32fbec4d5162828feb4.tar.xz linux-93a1df48d224296fb527d32fbec4d5162828feb4.zip |
mwifiex: add cfg80211 handlers add/del_virtual_intf
Making adding and deleting virtual interfaces dynamic. Adding
handlers for creating and deleting virtual interface with
given name and dev respectively.
Also, creating default interface of type station on insmod of
the driver.
Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/cfg80211.h')
-rw-r--r-- | drivers/net/wireless/mwifiex/cfg80211.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/mwifiex/cfg80211.h b/drivers/net/wireless/mwifiex/cfg80211.h index c4db8f36aa16..8d010f2500c5 100644 --- a/drivers/net/wireless/mwifiex/cfg80211.h +++ b/drivers/net/wireless/mwifiex/cfg80211.h @@ -24,8 +24,7 @@ #include "main.h" -int mwifiex_register_cfg80211(struct net_device *, u8 *, - struct mwifiex_private *); +int mwifiex_register_cfg80211(struct mwifiex_private *); void mwifiex_cfg80211_results(struct work_struct *work); #endif |