summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2013-02-20 17:39:53 -0800
committerArve Hjønnevåg <arve@android.com>2013-06-11 17:47:04 -0700
commit14de040669d864c64a7e29caa7c39e90015df017 (patch)
tree30fb8c8b6c60ea0dcadc597df1af65d25c621bb2 /include
parented20f8db1b6df588dfe3c36609c46d09117f7a38 (diff)
net: bluetooth: Remove the AID_NET_BT* gid numbers
Removed bluetooth checks for AID_NET_BT and AID_NET_BT_ADMIN which are not useful anymore. This is in preparation for getting rid of all the AID_* gids. Signed-off-by: JP Abgrall <jpa@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/android_aid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/android_aid.h b/include/linux/android_aid.h
index 0f904b3ba7f0..06264b8be5f0 100644
--- a/include/linux/android_aid.h
+++ b/include/linux/android_aid.h
@@ -17,8 +17,8 @@
#define _LINUX_ANDROID_AID_H
/* AIDs that the kernel treats differently */
-#define AID_NET_BT_ADMIN 3001
-#define AID_NET_BT 3002
+#define AID_OBSOLETE_000 3001 /* was NET_BT_ADMIN */
+#define AID_OBSOLETE_001 3002 /* was NET_BT */
#define AID_INET 3003
#define AID_NET_RAW 3004
#define AID_NET_ADMIN 3005