Page MenuHomeFreeBSD

bz (Bjoern A. Zeeb)
User

Projects (12)

User Details

User Since
Aug 29 2014, 12:11 PM (561 w, 3 d)

Recent Activity

Today

bz added a comment to D50244: create netgraph ng_wormhole node type.

I do understand the problem. I just think the name is a bit futuristic and not very descriptive for what it is doing.

Mon, Jun 2, 3:07 PM
bz added a comment to D50642: net80211: create ieee80211_vap_printf() / ieee80211_ic_printf() for printing.

So i was thinking if we can start using ieee80211 for standards things and use a net80211 prefix for our own stuff (at least for anything new or we change)?

Mon, Jun 2, 1:34 PM · wireless
bz accepted D50646: net80211: remove if_private.h from code that doesn't require it.

For once the if_printf changes are in

Mon, Jun 2, 1:28 PM · wireless
bz accepted D50645: net80211: convert ieee80211_mesh.c to not require if_private.h.
Mon, Jun 2, 1:27 PM · wireless
bz accepted D50638: net80211: fix TKIP trailer trimming w/ no rx parameters given.
Mon, Jun 2, 1:19 PM · wireless
bz updated subscribers of D50638: net80211: fix TKIP trailer trimming w/ no rx parameters given.

Please add:

Mon, Jun 2, 1:19 PM · wireless
bz requested changes to D50638: net80211: fix TKIP trailer trimming w/ no rx parameters given.

Need to check all the other places which may have changed implicit behaviour too and they all need the same comment,

Mon, Jun 2, 1:13 AM · wireless

Yesterday

bz committed rG4bf049bfeefd: net80211: fix VHT160 and VHT80P80 selection and enable in LinuxKPI 802.11 (authored by bz).
net80211: fix VHT160 and VHT80P80 selection and enable in LinuxKPI 802.11
Sun, Jun 1, 3:13 PM
bz closed D49773: net80211: fix VHT160 and VHT80P80 selection and enable in LinuxKPI 802.11.
Sun, Jun 1, 3:12 PM

Fri, May 30

bz added a comment to D49773: net80211: fix VHT160 and VHT80P80 selection and enable in LinuxKPI 802.11.
In D49773#1155343, @thj wrote:

Setting the regdomain on iwlwifi cleared this out - sorry for the testing delay.

I'm starting to think regdomain is one of our bigger issues.

Fri, May 30, 8:54 AM

Thu, May 29

bz added a comment to D44861: Initial cut at Intel AX210 bluetooth support.

I believe apart from possible startup issues this is no longer needed for the AX21 compared to what is in main and stable/14?

Thu, May 29, 5:13 PM
bz added a comment to D49773: net80211: fix VHT160 and VHT80P80 selection and enable in LinuxKPI 802.11.
In D49773#1155062, @thj wrote:

I've sent test output via email. With 160MHz configured on my ap and it beaconing iwlwifi doesn't pick a vht rate for the band, just 80211a

Thu, May 29, 2:32 PM

Wed, May 28

bz closed D50552: ifconfig: 802.11: fix a warning message.
Wed, May 28, 10:45 AM
bz committed rG08471a76e3d2: ifconfig: 802.11: fix a warning message (authored by bz).
ifconfig: 802.11: fix a warning message
Wed, May 28, 10:44 AM
bz committed rG32af70fae827: net80211: make sure to not start a BGSCAN if not enabled (authored by bz).
net80211: make sure to not start a BGSCAN if not enabled
Wed, May 28, 10:44 AM
bz closed D50513: net80211: make sure to not start a BGSCAN if not enabled.
Wed, May 28, 10:44 AM
bz closed D50157: LinuxKPI: add struct_group_tagged().
Wed, May 28, 10:44 AM
bz committed rG54d0e1772fb6: LinuxKPI: add struct_group_tagged() (authored by bz).
LinuxKPI: add struct_group_tagged()
Wed, May 28, 10:44 AM

Tue, May 27

bz added a comment to D50555: ifconfig: 802.11: factor out keyix printing.

technically (cry) ucast will eventually be keyix 0 and keyix 1, but not the WEP/global slots. Aiee. :-)

Tue, May 27, 10:49 PM
bz committed rG4d66e0f8841b: LinuxKPI: 802.11: mark struct ieee80211_ht_cap __packed (authored by bz).
LinuxKPI: 802.11: mark struct ieee80211_ht_cap __packed
Tue, May 27, 10:45 PM
bz added a comment to D50552: ifconfig: 802.11: fix a warning message.

OK, but also curious why the ioctl is ..._WPAKEY for WEP support/warnings

Tue, May 27, 9:21 PM
bz requested review of D50555: ifconfig: 802.11: factor out keyix printing.
Tue, May 27, 8:02 PM
bz requested review of D50554: ifconfig: 802.11: print node unicast key (PTK) if available in STA mode.
Tue, May 27, 8:01 PM
bz requested review of D50553: ifconfig: 802.11: also print IEEE80211_CIPHER_AES_GCM_128 information.
Tue, May 27, 8:00 PM
bz requested review of D50552: ifconfig: 802.11: fix a warning message.
Tue, May 27, 8:00 PM
bz committed rG9ccf7aeaa5dc: LinuxKPI: 802.11: mark struct ieee80211_ht_cap __packed (authored by bz).
LinuxKPI: 802.11: mark struct ieee80211_ht_cap __packed
Tue, May 27, 7:57 PM
bz added a comment to D49773: net80211: fix VHT160 and VHT80P80 selection and enable in LinuxKPI 802.11.

Rates to both (when physically near) at about 550Mit/s.

I added logging to ieee80211_vht_get_vhtflags and we never set can_vht160.

Let me know what output you would like to debug with and I can share it via email

Tue, May 27, 1:34 PM
bz added a comment to D49773: net80211: fix VHT160 and VHT80P80 selection and enable in LinuxKPI 802.11.

I've also tested it today, and things are much the same as they were. I'm finding conflicting information as to whether the base station I'm connected to supports 160 wide channels or not. Some resources I find say yes, some say no (it's a TP-Link Deco M9Plus - which is 'AC2200' it says). Either way, I'm not getting a 160 connection, and ifconfig still shows -vht160:

Tue, May 27, 1:32 PM

Mon, May 26

bz committed rG6cbf8a04b186: LinuxKPI: 802.11: mark struct ieee80211_ht_cap __packed (authored by bz).
LinuxKPI: 802.11: mark struct ieee80211_ht_cap __packed
Mon, May 26, 11:34 PM

Sun, May 25

bz added a comment to D45294: LinuxKPI: add missing bus_dmamap_sync() calls or exclude them.

Ok, it's been sitting here for another month. Is there anyone who knows this stuff (maybe natively) and could review it?

Sun, May 25, 9:53 PM
bz accepted D50407: net80211: remove direct references to ifp->if_xname.
Sun, May 25, 1:39 PM · wireless
bz accepted D50406: net80211: refactor out ifp->if_broadcastaddr into ieee80211_freebsd.c.
Sun, May 25, 1:38 PM · wireless

Sat, May 24

bz updated subscribers of D49773: net80211: fix VHT160 and VHT80P80 selection and enable in LinuxKPI 802.11.

I've had a few people try this at least with no ill effects (though I am not sure they could test VHT160). @thj can you test the net80211 part?
I don't know otherwise what to do with it as it's been sitting here for a month now.

Sat, May 24, 11:42 PM
bz requested changes to D50407: net80211: remove direct references to ifp->if_xname.

just style; so do and push them; no need to upload again

Sat, May 24, 11:29 PM · wireless
bz requested changes to D50406: net80211: refactor out ifp->if_broadcastaddr into ieee80211_freebsd.c.

Just style.

Sat, May 24, 11:27 PM · wireless
bz accepted D50405: net80211: migrate if_flags, if_drvflags out of most source files.
Sat, May 24, 11:23 PM · wireless
bz accepted D50404: net80211: refactor the if_input call into ieee80211_vap_deliver_data().
Sat, May 24, 11:20 PM · wireless
bz accepted D50459: release: Avoid pipe in tarball creation.

LGTM minus the -

Sat, May 24, 6:53 PM
bz accepted D50473: bsd.own.mk: Introduce TAR_XZ_CMD.
Sat, May 24, 6:48 PM
bz retitled D50513: net80211: make sure to not start a BGSCAN if not enabled from net80211: make sure to not start a BGSCAN is not enabled to net80211: make sure to not start a BGSCAN if not enabled.
Sat, May 24, 5:31 PM
bz updated the diff for D50513: net80211: make sure to not start a BGSCAN if not enabled.

Fix typo in commet

Sat, May 24, 5:30 PM
bz added inline comments to D50513: net80211: make sure to not start a BGSCAN if not enabled.
Sat, May 24, 5:29 PM
bz updated the summary of D50513: net80211: make sure to not start a BGSCAN if not enabled.
Sat, May 24, 5:28 PM
bz requested review of D50513: net80211: make sure to not start a BGSCAN if not enabled.
Sat, May 24, 5:12 PM
bz accepted D48678: preliminary usb support for fwget.
Sat, May 24, 1:10 PM

Thu, May 22

bz added inline comments to D50462: if_iwx: use net80211 suspend and resume methods.
Thu, May 22, 9:08 PM

Mon, May 19

bz committed rG361a8fdefac7: iwlwifi.4: Update modes for recent 802.11ac (authored by bz).
iwlwifi.4: Update modes for recent 802.11ac
Mon, May 19, 7:30 PM
bz committed rG4ae64bd33f24: iwlwifi.4: Update modes for recent 802.11ac (authored by bz).
iwlwifi.4: Update modes for recent 802.11ac
Mon, May 19, 8:51 AM

Sun, May 18

bz requested changes to D50405: net80211: migrate if_flags, if_drvflags out of most source files.
Sun, May 18, 8:24 PM · wireless
bz accepted D50406: net80211: refactor out ifp->if_broadcastaddr into ieee80211_freebsd.c.

Scrolling through apart from the local variable this looks good.

Sun, May 18, 8:16 PM · wireless
bz accepted D50407: net80211: remove direct references to ifp->if_xname.

LGTM

Sun, May 18, 8:13 PM · wireless
bz added a reviewer for D50405: net80211: migrate if_flags, if_drvflags out of most source files: jhibbits.
Sun, May 18, 8:11 PM · wireless
bz accepted D50404: net80211: refactor the if_input call into ieee80211_vap_deliver_data().

If you remove the local variable then this is fine (it's also fine this way). I may not see this again before Thu so please go ahead.

Sun, May 18, 7:55 PM · wireless

Thu, May 15

bz accepted D49764: net80211: refactor sequence number assignment code.

Scrolling through again this looks good. Thanks a lot for all the follow-up changes (incl. the extra one folding the ic_printf arguments into one line :) ).

Thu, May 15, 9:48 PM · wireless
bz closed D50340: 14.3; add a note about updates to wireless networking.
Thu, May 15, 9:43 PM
bz committed R9:fc969cfb5fea: 14.3; add a note about updates to wireless networking (authored by bz).
14.3; add a note about updates to wireless networking
Thu, May 15, 9:43 PM
bz committed rG36174c38f9e3: LinuxKPI: 802.11: make sure AUTH frames are not being sent if BSS changed (authored by bz).
LinuxKPI: 802.11: make sure AUTH frames are not being sent if BSS changed
Thu, May 15, 7:15 PM
bz updated the diff for D50340: 14.3; add a note about updates to wireless networking.

Update as said + Sponsored again.

Thu, May 15, 6:26 PM
bz committed rGa7e183c0c9a5: iwlwifi: update man pages for generations, firmware. and 11n/11ac (authored by bz).
iwlwifi: update man pages for generations, firmware. and 11n/11ac
Thu, May 15, 6:22 PM
bz closed D50319: iwlwifi: update man pages for generations, firmware. and 11n/11ac.
Thu, May 15, 6:22 PM
bz added inline comments to D50319: iwlwifi: update man pages for generations, firmware. and 11n/11ac.
Thu, May 15, 6:22 PM
bz added inline comments to D50340: 14.3; add a note about updates to wireless networking.
Thu, May 15, 10:08 AM
bz added a comment to D50319: iwlwifi: update man pages for generations, firmware. and 11n/11ac.

@ziaee @emaste Do you think this is sufficiently okay to get in? I might want to merge it to 14.3 still.

Thu, May 15, 9:54 AM
bz committed rGe0692e7bb6e8: LinuxKPI: 802.11: make sure AUTH frames are not being sent if BSS changed (authored by bz).
LinuxKPI: 802.11: make sure AUTH frames are not being sent if BSS changed
Thu, May 15, 9:53 AM
bz committed rG1d70da6aa294: LinuxKPI: add ktime_get_boottime_seconds() (authored by bz).
LinuxKPI: add ktime_get_boottime_seconds()
Thu, May 15, 9:53 AM
bz committed rGad937b02ed38: LinuxKPI: add _devcd_free_sgtable() to devcoredump.h (authored by bz).
LinuxKPI: add _devcd_free_sgtable() to devcoredump.h
Thu, May 15, 9:53 AM
bz committed rGc6c953fc43d8: LinuxKPI: pci: fix two errors in lkpi_pci_get_device() (authored by bz).
LinuxKPI: pci: fix two errors in lkpi_pci_get_device()
Thu, May 15, 9:53 AM
bz committed rG96ee4e56125d: LinuxKPI: pci: deal with kobject_add() being able to fail (authored by bz).
LinuxKPI: pci: deal with kobject_add() being able to fail
Thu, May 15, 9:53 AM
bz committed rG1fcc3d6dd5c5: bnxt: add guards around struct_group macros (authored by bz).
bnxt: add guards around struct_group macros
Thu, May 15, 9:53 AM

Wed, May 14

bz added inline comments to D50340: 14.3; add a note about updates to wireless networking.
Wed, May 14, 12:05 AM
bz added inline comments to D50340: 14.3; add a note about updates to wireless networking.
Wed, May 14, 12:03 AM

Tue, May 13

bz added a comment to D50157: LinuxKPI: add struct_group_tagged().

Anyone for this one?

Tue, May 13, 11:44 PM
bz requested review of D50340: 14.3; add a note about updates to wireless networking.
Tue, May 13, 11:39 PM
bz updated the diff for D50319: iwlwifi: update man pages for generations, firmware. and 11n/11ac.

Add a paragraph about the naming of the tunables.

Tue, May 13, 11:10 PM
bz added inline comments to D50319: iwlwifi: update man pages for generations, firmware. and 11n/11ac.
Tue, May 13, 11:09 PM
bz added inline comments to D50319: iwlwifi: update man pages for generations, firmware. and 11n/11ac.
Tue, May 13, 3:19 PM
bz updated the diff for D50319: iwlwifi: update man pages for generations, firmware. and 11n/11ac.

Address feedback from @ziaee

Tue, May 13, 2:46 PM
bz added inline comments to D50319: iwlwifi: update man pages for generations, firmware. and 11n/11ac.
Tue, May 13, 2:45 PM
bz committed rGfc40f4ca62ba: iwlwifi: update script to extract firmware/chipset generations/flavors/.. (authored by bz).
iwlwifi: update script to extract firmware/chipset generations/flavors/..
Tue, May 13, 12:06 AM
bz requested review of D50319: iwlwifi: update man pages for generations, firmware. and 11n/11ac.
Tue, May 13, 12:02 AM

Mon, May 12

bz committed rG16d987fe7817: LinuxKPI: 802.11: make sure AUTH frames are not being sent if BSS changed (authored by bz).
LinuxKPI: 802.11: make sure AUTH frames are not being sent if BSS changed
Mon, May 12, 7:16 PM
bz requested review of D50305: net/wifi-firmware: update mt76 to 20250509, add mt7615 support.
Mon, May 12, 10:37 AM
bz accepted D50192: linuxkpi: Fix up jiffies handling.

I've been running this since Saturday for wifi and i915.

Mon, May 12, 9:47 AM
bz requested changes to D49764: net80211: refactor sequence number assignment code.
Mon, May 12, 9:45 AM · wireless
bz added a comment to D49419: net80211: bump crypto keysize to 384 bits.

Sorry I don't know; this window came up in a restored browser session; I thought I had submitted this ages ago.

Mon, May 12, 8:37 AM · wireless

Fri, May 9

bz committed rG93b82146c43b: LinuxKPI: add ktime_get_boottime_seconds() (authored by bz).
LinuxKPI: add ktime_get_boottime_seconds()
Fri, May 9, 7:46 PM
bz committed rG71576ed24b56: LinuxKPI: add _devcd_free_sgtable() to devcoredump.h (authored by bz).
LinuxKPI: add _devcd_free_sgtable() to devcoredump.h
Fri, May 9, 7:46 PM
bz committed rG2c65f965146a: LinuxKPI: pci: fix two errors in lkpi_pci_get_device() (authored by bz).
LinuxKPI: pci: fix two errors in lkpi_pci_get_device()
Fri, May 9, 7:46 PM
bz closed D50005: LinuxKPI: add ktime_get_boottime_seconds().
Fri, May 9, 7:46 PM
bz committed rG96e86aa6faa6: LinuxKPI: pci: deal with kobject_add() being able to fail (authored by bz).
LinuxKPI: pci: deal with kobject_add() being able to fail
Fri, May 9, 7:46 PM
bz closed D50006: LinuxKPI: add _devcd_free_sgtable() to devcoredump.h.
Fri, May 9, 7:46 PM
bz closed D50153: LinuxKPI: pci: fix two errors in lkpi_pci_get_device().
Fri, May 9, 7:46 PM
bz closed D50154: LinuxKPI: pci: deal with kobject_add() being able to fail.
Fri, May 9, 7:46 PM
bz added a comment to D50005: LinuxKPI: add ktime_get_boottime_seconds().

This looks good to me.

The part that confused me is the name and implementation of ktime_divns(): I wonder if ktime_divns() should "convert" its ktime_t argument to nanoseconds first with ktime_to_ns(). It would be a no-op but just to clarify that it works with and returns nanoseconds, even though the argument is a ktime_t.

Fri, May 9, 4:36 PM
bz requested changes to D50264: wtap build error - missing header file.
Fri, May 9, 4:08 PM · wireless

Thu, May 8

bz committed rG8d6b75819946: net80211: fix a race between ieee80211_sta_join and scan entries (authored by bz).
net80211: fix a race between ieee80211_sta_join and scan entries
Thu, May 8, 9:24 PM
bz committed rG873c0ea6482f: LinuxKPI: 802.11: header updates for mt76 (authored by bz).
LinuxKPI: 802.11: header updates for mt76
Thu, May 8, 9:24 PM
bz committed rG71946313d4d5: LinuxKPI: 802.11: fix wiphy_info[_once] (authored by bz).
LinuxKPI: 802.11: fix wiphy_info[_once]
Thu, May 8, 9:24 PM

Wed, May 7

bz committed rG34cd36918652: net80211: fix a race between ieee80211_sta_join and scan entries (authored by bz).
net80211: fix a race between ieee80211_sta_join and scan entries
Wed, May 7, 11:51 AM
bz committed rG707cfc54f8f3: LinuxKPI: add is_unicast_ether_addr() (authored by bz).
LinuxKPI: add is_unicast_ether_addr()
Wed, May 7, 11:51 AM