1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

mac80211: merge a client mode state handling fix, refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33821 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2012-10-17 18:53:46 +00:00
parent a825dd1c0e
commit adcd2dbc79
3 changed files with 62 additions and 3 deletions

View File

@@ -161,7 +161,7 @@
CFG80211_TESTMODE_CMD(ieee80211_testmode_cmd)
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1551,6 +1551,7 @@ struct cfg80211_gtk_rekey_data {
@@ -1552,6 +1552,7 @@ struct cfg80211_gtk_rekey_data {
* the power passed is in mBm, to get dBm use MBM_TO_DBM().
* @get_tx_power: store the current TX power into the dbm variable;
* return 0 if successful
@@ -169,7 +169,7 @@
*
* @set_wds_peer: set the WDS peer for a WDS interface
*
@@ -1750,6 +1751,7 @@ struct cfg80211_ops {
@@ -1751,6 +1752,7 @@ struct cfg80211_ops {
int (*set_tx_power)(struct wiphy *wiphy,
enum nl80211_tx_power_setting type, int mbm);
int (*get_tx_power)(struct wiphy *wiphy, int *dbm);