diff --git a/inv_cisco_wlc_clients.mkp b/inv_cisco_wlc_clients.mkp
index 037368977b5eca07bc1c0e53aba57326ac588090..082acef88ba6f8e974494ae362e82c871ffdca8e 100644
Binary files a/inv_cisco_wlc_clients.mkp and b/inv_cisco_wlc_clients.mkp differ
diff --git a/web/plugins/views/inv_cisco_wlc_clients.py b/web/plugins/views/inv_cisco_wlc_clients.py
index 58ad25b3519d4fbdece134d26752ae5633f52a5b..d566027003a3390a36b13056833926b96e377a8a 100644
--- a/web/plugins/views/inv_cisco_wlc_clients.py
+++ b/web/plugins/views/inv_cisco_wlc_clients.py
@@ -9,14 +9,13 @@ from cmk.gui.i18n import _
 inventory_displayhints.update({
     '.networking.wlan.controller.clients:': {'title': _('WLC clients'),
                                              'keyorder': [
-                                                 'index', 'test', 'username', 'uptime', 'ipaddress', 'apmacaddress', 'ssid',
+                                                 'index', 'username', 'uptime', 'ipaddress', 'apmacaddress', 'ssid',
                                                  'channel', 'accessvlan', 'devicetype', 'protocol', 'status',
                                              ],
                                              'view': 'invwlcclients_of_host'},
 
 
     '.networking.wlan.controller.clients:*.index': {'title': _('Index'), },
-    '.networking.wlan.controller.clients:*.test': {'title': _('Test'), },
     '.networking.wlan.controller.clients:*.macaddress': {'title': _('MAC Addresse'), },
     '.networking.wlan.controller.clients:*.status': {'title': _('Status'), },
     '.networking.wlan.controller.clients:*.wlanprofilename': {'title': _('WLAN profile name'), },