WiFi power-save and signal fluctuations

Hi, I am using RTL8821ce wifi adapter on my Fedora 41 Workstation:

lsmod | grep rtw

rtw88_8821ce           12288  0
rtw88_8821c            98304  1 rtw88_8821ce
rtw88_pci              40960  1 rtw88_8821ce
rtw88_core            299008  2 rtw88_pci,rtw88_8821c
mac80211             1777664  2 rtw88_pci,rtw88_core
cfg80211             1404928  2 rtw88_core,mac80211

When I was reading configuring TLP from the official website, I found that power saving mode in WiFI can cause instable link. This usually happens with my Wifi. It sometimes drops and rises, but wifi works normally. I decided to turn off Power management via TLP to see if this helps. I guess Wifi became more stable than before, there are some signal changes from a long distance though. Then I enable power management again. Once it fluctuated, it became normal now. It looks stable, yet it might be temporary(Sure, it is). My question is: How is the state of RTL8821ce in the linux kernel, does power management cause instability practically and does disabling this help run more smoothly?