wifi doesn't reconnect

Hi everyone,
I’m experiencing issues with my wifi adapter when the network manager has been restarted. The wifi connection works without any issues until the service is restarted.

The OS tries to reconnect with the known wifi network, the circle turns in the statusbar and the connection can’t be established.

I’m using following wlan adapter:
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter

This is the output of the systemlog:

Sep 26 21:17:20 parrotl NetworkManager[2821]: [1537989440.9454] device (wlan0): Activation: starting connection ‘’ (c2289129-857e-48f4-b08e-49c7338ceceb)
Sep 26 21:17:20 parrotl NetworkManager[2821]: [1537989440.9456] audit: op=“connection-activate” uuid=“c2289129-857e-48f4-b08e-49c7338ceceb” name="" pid=1618 uid=1000 result=“success”
Sep 26 21:17:20 parrotl NetworkManager[2821]: [1537989440.9457] device (wlan0): state change: disconnected -> prepare (reason ‘none’, sys-iface-state: ‘managed’)
Sep 26 21:17:20 parrotl NetworkManager[2821]: [1537989440.9461] manager: NetworkManager state is now CONNECTING
Sep 26 21:17:20 parrotl kernel: [ 575.320950] RTW: cfg80211_rtw_disconnect(wlan0) - Start to Disconnect
Sep 26 21:17:20 parrotl kernel: [ 575.320955] RTW: cfg80211_rtw_disconnect…call rtw_indicate_disconnect
Sep 26 21:17:20 parrotl kernel: [ 575.320959] RTW: rtw_free_assoc_resources-wlan0 tgt_network MacAddress=ssid=
Sep 26 21:17:20 parrotl kernel: [ 575.320961] RTW: free disconnecting network of scanned_queue
Sep 26 21:17:20 parrotl kernel: [ 575.320966] RTW: rtw_cfg80211_unlink_bss(): cfg80211_unlink !!
Sep 26 21:17:20 parrotl kernel: [ 575.320969] RTW: rtw_cfg80211_indicate_disconnect(wlan0)
Sep 26 21:17:20 parrotl kernel: [ 575.320973] RTW: _rtw_pwr_wakeup call ips_leave…
Sep 26 21:17:20 parrotl kernel: [ 575.320974] RTW: ==>ips_leave cnts:34
Sep 26 21:17:20 parrotl kernel: [ 575.320975] RTW: ===> rtw_ips_pwr_up…
Sep 26 21:17:20 parrotl kernel: [ 575.320978] RTW: ===> ips_netdrv_open…
Sep 26 21:17:20 parrotl kernel: [ 575.320979] RTW: =======>InitMAC_TXBD_8821CE()
Sep 26 21:17:20 parrotl kernel: [ 575.320998] RTW: InitMAC_TXBD_8821CE() <====
Sep 26 21:17:20 parrotl kernel: [ 575.321598] RTW: SetHwReg: bMacPwrCtrlOn=1
Sep 26 21:17:20 parrotl kernel: [ 575.338066] pcieport 0000:00:1c.4: AER: Uncorrected (Non-Fatal) error received: 0000:00:1c.4
Sep 26 21:17:20 parrotl kernel: [ 575.338110] pcieport 0000:00:1c.4: AER: Device recovery failed
Sep 26 21:17:21 parrotl kernel: [ 575.791901] RTW: FW Version:9 SubVersion:7

I’ve installed the driver from following repo:

The driver is loaded:
lsmod | grep wl
wl 6459392 0
cfg80211 778240 2 wl,8821ce

Driverinfo:
modinfo 8821ce
filename: /lib/modules/4.18.0-parrot8-amd64/kernel/drivers/net/wireless/8821ce.ko
version: v5.2.5_23431.20170824
author: Realtek Semiconductor Corp.
description: Realtek Wireless Lan Driver

Has anybody experienced a same strange behaviour on an idea how to fix the issue?
Currently a reboot is the only solution from my side.

Greets,
Oli