> -----Original Message-----
> From: Stanislaw Gruszka [mailto:[email protected]]
> Sent: Thursday, October 04, 2018 10:37 PM
> To: Tony Chuang
> Cc: [email protected]; [email protected]; Pkshih; Andy Huang;
> [email protected]
> Subject: Re: [RFC v3 09/12] rtw88: chip files
>
> On Wed, Oct 03, 2018 at 07:20:56PM +0800, [email protected] wrote:
> > +static int rtw8822b_mac_init(struct rtw_dev *rtwdev)
> > +{
> > + u32 value32;
> > +
> > + rtw_write8(rtwdev, REG_SLOT, WLAN_SLOT_TIME);
> > + rtw_write8(rtwdev, REG_PIFS, WLAN_PIFS_TIME);
> > + rtw_write32(rtwdev, REG_SIFS, WLAN_SIFS_CFG);
>
> Should this be changed depending on protocol/band i.e. diffrent
> for 11n : 11g and 2.4GHz : 5GHz?
>
> Thanks
> Stanislaw
>
Yes it should, but it will take some time to figure them out.
Need to implement it later to fit in b/g mode.
Yan-Hsuan CHuang