svn commit: r364312 - head/sys/net80211

Bjoern A. Zeeb bz at FreeBSD.org
Mon Aug 17 16:46:56 UTC 2020


On 17 Aug 2020, at 16:42, Oliver Pinter wrote:

> On Monday, August 17, 2020, Bjoern A. Zeeb <bz at 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


More information about the svn-src-all mailing list