diff options
author | Eliad Peller <eliad@wizery.com> | 2011-08-28 08:23:01 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-09-14 06:15:20 -0400 |
commit | 045c745f8ccdb584ccc97f068c7c10c1090fbcf9 (patch) | |
tree | d75ccef18366c0296e36e1dc861044b369aad857 /drivers/net/wireless/wl12xx/wl12xx.h | |
parent | 93f8c8e02597b7d7997c4a0a10173ac90ad378e8 (diff) |
wl12xx: support p2p interfaces
Declare support for p2p interfaces, and create p2p_cli/p2p_go
roles when being asked for.
Indicate we are using a p2p interface by setting the wl->p2p flag.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl12xx.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl12xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl12xx.h b/drivers/net/wireless/wl12xx/wl12xx.h index b661c2c4f689..3ceb20c170bc 100644 --- a/drivers/net/wireless/wl12xx/wl12xx.h +++ b/drivers/net/wireless/wl12xx/wl12xx.h | |||
@@ -402,6 +402,7 @@ struct wl1271 { | |||
402 | u8 mac_addr[ETH_ALEN]; | 402 | u8 mac_addr[ETH_ALEN]; |
403 | u8 bss_type; | 403 | u8 bss_type; |
404 | u8 set_bss_type; | 404 | u8 set_bss_type; |
405 | u8 p2p; /* we are using p2p role */ | ||
405 | u8 ssid[IEEE80211_MAX_SSID_LEN + 1]; | 406 | u8 ssid[IEEE80211_MAX_SSID_LEN + 1]; |
406 | u8 ssid_len; | 407 | u8 ssid_len; |
407 | int channel; | 408 | int channel; |