Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[cascardo/linux.git] / drivers / staging / vt6655 / key.c
index ffcaf25..e161d5d 100644 (file)
 #include "key.h"
 #include "mac.h"
 
-int vnt_key_init_table(struct vnt_private *priv)
-{
-       u32 i;
-
-       for (i = 0; i < MAX_KEY_TABLE; i++)
-               MACvDisableKeyEntry(priv, i);
-
-       return 0;
-}
-
 static int vnt_set_keymode(struct ieee80211_hw *hw, u8 *mac_addr,
        struct ieee80211_key_conf *key, u32 key_type, u32 mode,
        bool onfly_latch)