Merge tag 'drm-next-2021-07-08-1' of git://anongit.freedesktop.org/drm/drm
[linux-2.6-microblaze.git] / drivers / staging / rtl8192e / rtllib_wx.c
index ab1b821..0d67d58 100644 (file)
@@ -293,8 +293,6 @@ int rtllib_wx_set_encode(struct rtllib_device *ieee,
        int i, key, key_provided, len;
        struct lib80211_crypt_data **crypt;
 
-       netdev_dbg(ieee->dev, "%s()\n", __func__);
-
        key = erq->flags & IW_ENCODE_INDEX;
        if (key) {
                if (key > NUM_WEP_KEYS)
@@ -463,8 +461,6 @@ int rtllib_wx_get_encode(struct rtllib_device *ieee,
        int len, key;
        struct lib80211_crypt_data *crypt;
 
-       netdev_dbg(ieee->dev, "%s()\n", __func__);
-
        if (ieee->iw_mode == IW_MODE_MONITOR)
                return -1;