-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 352603 b: refs/heads/master c: d3c0b63 h: refs/heads/master i: 352601: 6d8c9ac 352599: 91fa2b3 v: v3
- Loading branch information
Arend van Spriel
authored and
John W. Linville
committed
Feb 8, 2013
1 parent
176faeb
commit 6c4d83f
Showing
6 changed files
with
290 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 9f440b7bc786883c117be9c0f438a27b356f64b4 | ||
refs/heads/master: d3c0b63396442d564ceb4db0dcc51e70918b9c93 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
trunk/drivers/net/wireless/brcm80211/brcmfmac/fwil_types.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/* | ||
* Copyright (c) 2012 Broadcom Corporation | ||
* | ||
* Permission to use, copy, modify, and/or distribute this software for any | ||
* purpose with or without fee is hereby granted, provided that the above | ||
* copyright notice and this permission notice appear in all copies. | ||
* | ||
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY | ||
* SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION | ||
* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN | ||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
*/ | ||
|
||
|
||
#ifndef FWIL_TYPES_H_ | ||
#define FWIL_TYPES_H_ | ||
|
||
#include <linux/if_ether.h> | ||
|
||
enum brcmf_fil_p2p_if_types { | ||
BRCMF_FIL_P2P_IF_CLIENT, | ||
BRCMF_FIL_P2P_IF_GO, | ||
BRCMF_FIL_P2P_IF_DYNBCN_GO, | ||
BRCMF_FIL_P2P_IF_DEV, | ||
}; | ||
|
||
struct brcmf_fil_p2p_if_le { | ||
u8 addr[ETH_ALEN]; | ||
enum brcmf_fil_p2p_if_types type; | ||
__le16 chspec; | ||
}; | ||
|
||
struct brcmf_fil_chan_info_le { | ||
__le32 hw_channel; | ||
__le32 target_channel; | ||
__le32 scan_channel; | ||
}; | ||
|
||
#endif /* FWIL_TYPES_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.