Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> wrote: > These contain mostly hardware init/deinit routines for RTL8192DU. > > Signed-off-by: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> > --- > v6: > - Don't call local_irq_enable in rtl92du_hw_init. It seems to be > pointless. > - Update copyright year. > - Remove some unused includes. > - Make all functions use the prefix "rtl92du". Something like rtl92de_stop_tx_beacon() called by this file should be prefix "rtl92d" because they are shared with 8192DU and 8192DE. I missed this point while moving 8192de code to common part. I think we should add a patch as first one patch to change the naming.