diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2015-02-27 09:32:43 -0500 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2015-03-03 09:56:06 -0500 |
| commit | 5fc7432991a86678b38a2d700edbe8bcd29cc579 (patch) | |
| tree | 80b9cad91b7da13add740d1796e5aa2f355f71fa /include/uapi/linux | |
| parent | d5d011b446783fa7e79f3a80465fbd41c5189f83 (diff) | |
nl80211: add notes about userspace API/ABI modifications
Add notes about userspace ABI/API modifications, including the
fact that we decided that API submissions should come with a
driver implementation.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/nl80211.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index 8ee31f108407..90c5aeb3cca7 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h | |||
| @@ -25,6 +25,19 @@ | |||
| 25 | * | 25 | * |
| 26 | */ | 26 | */ |
| 27 | 27 | ||
| 28 | /* | ||
| 29 | * This header file defines the userspace API to the wireless stack. Please | ||
| 30 | * be careful not to break things - i.e. don't move anything around or so | ||
| 31 | * unless you can demonstrate that it breaks neither API nor ABI. | ||
| 32 | * | ||
| 33 | * Additions to the API should be accompanied by actual implementations in | ||
| 34 | * an upstream driver, so that example implementations exist in case there | ||
| 35 | * are ever concerns about the precise semantics of the API or changes are | ||
| 36 | * needed, and to ensure that code for dead (no longer implemented) API | ||
| 37 | * can actually be identified and removed. | ||
| 38 | * Nonetheless, semantics should also be documented carefully in this file. | ||
| 39 | */ | ||
| 40 | |||
| 28 | #include <linux/types.h> | 41 | #include <linux/types.h> |
| 29 | 42 | ||
| 30 | #define NL80211_GENL_NAME "nl80211" | 43 | #define NL80211_GENL_NAME "nl80211" |
