commit | f8bacc210408f7a2a182f184a9fa1475b8a67440 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Feb 14 23:27:01 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Mar 06 16:35:37 2013 +0100 |
tree | 714bcf6b0240c622f9affb6ff7df61b4f9dc87a9 | |
parent | c0f3a317f2f0e51ad2f8809c83b137958b385c7f [diff] |
cfg80211: clean up mesh plink station change API Make the ability to leave the plink_state unchanged not use a magic -1 variable that isn't in the enum, but an explicit change flag; reject invalid plink states or actions and move the needed constants for plink actions to the right header file. Also reject plink_state changes for non-mesh interfaces. Signed-off-by: Johannes Berg <johannes.berg@intel.com>