FreeBSD Bugzilla – Attachment 170081 Details for
Bug 209328
ifconfig wlan0 country JP cannot work on iwn(N-6300)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for ifconfig
patch-ifieee80211.diff (text/plain), 631 bytes, created by
Andriy Voskoboinyk
on 2016-05-07 08:05:23 UTC
(
hide
)
Description:
Patch for ifconfig
Filename:
MIME Type:
Creator:
Andriy Voskoboinyk
Created:
2016-05-07 08:05:23 UTC
Size:
631 bytes
patch
obsolete
>Index: sbin/ifconfig/ifieee80211.c >=================================================================== >--- sbin/ifconfig/ifieee80211.c (revision 299128) >+++ sbin/ifconfig/ifieee80211.c (working copy) >@@ -1984,10 +1984,6 @@ > * everything below is to deal with channels that we > * want to include but that are not explicitly listed. > */ >- if (flags & IEEE80211_CHAN_HT40) { >- /* NB: we use an HT40 channel center that matches HT20 */ >- flags = (flags &~ IEEE80211_CHAN_HT40) | IEEE80211_CHAN_HT20; >- } > if (chanlookup(avail->ic_chans, avail->ic_nchans, freq, flags) != NULL) > return 1; > if (flags & IEEE80211_CHAN_GSM) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209328
:
170075
| 170081