Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2020 16:46:50 +0000
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        "Oliver Pinter" <oliver.pntr@gmail.com>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r364312 - head/sys/net80211
Message-ID:  <A056549E-F527-48AE-B8D3-AB2A9E8360A0@FreeBSD.org>
In-Reply-To: <CAPjTQNE4USsHZbh9P0=JZnjHFTBqrudwt83%2B0fjbmF2Ex92nEQ@mail.gmail.com>
References:  <202008171629.07HGT0HR089083@repo.freebsd.org> <CAPjTQNE4USsHZbh9P0=JZnjHFTBqrudwt83%2B0fjbmF2Ex92nEQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 17 Aug 2020, at 16:42, Oliver Pinter wrote:

> On Monday, August 17, 2020, Bjoern A. Zeeb <bz@freebsd.org> wrote:
>
>> Author: bz
>> Date: Mon Aug 17 16:28:59 2020
>> New Revision: 364312
>> URL: https://svnweb.freebsd.org/changeset/base/364312
>>
>> Log:
>>   net80211: remove vertical whitespace
>>
>>   No functional changes.
>>
>>   MFC after:    2 weeks
>>   Sponsored by: Rubicon Communications, LLC (d/b/a "Netgate")
>>
>> Modified:
>>   head/sys/net80211/ieee80211.c
>>   head/sys/net80211/ieee80211_ioctl.c
>>   head/sys/net80211/ieee80211_vht.c
>>
>> Modified: head/sys/net80211/ieee80211_ioctl.c
>> ============================================================
>> ==================
>> --- head/sys/net80211/ieee80211_ioctl.c Mon Aug 17 16:27:02 2020
>> (r364311)
>> +++ head/sys/net80211/ieee80211_ioctl.c Mon Aug 17 16:28:59 2020
>> (r364312)
>> @@ -1159,12 +1159,9 @@ ieee80211_ioctl_get80211(struct ieee80211vap 
>> *vap,
>> u_l
>>                 if (vap->iv_flags_ext & IEEE80211_FEXT_UAPSD)
>>                         ireq->i_val = 1;
>>                 break;
>> -
>> -       /* VHT */
>
> Removed comment.
>
>>         case IEEE80211_IOC_VHTCONF:
>>                 ireq->i_val = vap->iv_flags_vht & 
>> IEEE80211_FVHT_MASK;
>>                 break;
>> -
>>         default:
>>                 error = ieee80211_ioctl_getdefault(vap, ireq);
>>                 break;
>>

Yes. We don’t do comments on any of the other cases and this one did 
not say much anyway.

/bz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A056549E-F527-48AE-B8D3-AB2A9E8360A0>