-
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.
- Loading branch information
Johannes Berg
authored and
John W. Linville
committed
Jul 29, 2009
1 parent
1e81b04
commit 6237078
Showing
10 changed files
with
92 additions
and
127 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: a7bc376c858e0e724b8cb2db09b6874562d377ca | ||
refs/heads/master: 0e82ffe3b90bcad72cfe80e4379946b8fb0691ca |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#ifndef __WEXT_COMPAT | ||
#define __WEXT_COMPAT | ||
|
||
int cfg80211_ibss_wext_siwfreq(struct net_device *dev, | ||
struct iw_request_info *info, | ||
struct iw_freq *freq, char *extra); | ||
int cfg80211_ibss_wext_giwfreq(struct net_device *dev, | ||
struct iw_request_info *info, | ||
struct iw_freq *freq, char *extra); | ||
|
||
int cfg80211_mgd_wext_siwfreq(struct net_device *dev, | ||
struct iw_request_info *info, | ||
struct iw_freq *freq, char *extra); | ||
int cfg80211_mgd_wext_giwfreq(struct net_device *dev, | ||
struct iw_request_info *info, | ||
struct iw_freq *freq, char *extra); | ||
|
||
struct ieee80211_channel *cfg80211_wext_freq(struct wiphy *wiphy, | ||
struct iw_freq *freq); | ||
|
||
#endif /* __WEXT_COMPAT */ |
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