User Details
- User Since
- May 14 2014, 7:57 AM (577 w, 3 d)
Yesterday
Address bz's comment - yup, this works with seqno offload and
with it just not populated in the driver encap path. Neat!
Thu, Jun 5
Note: my hope is to eventually delete the TX lock entirely; this sets the ground work to first experiment and test various drivers in this stack.
Wed, Jun 4
Tue, Jun 3
Mon, Jun 2
migrate prefix to net80211_
rename prefix to net80211_
use net80211_ prefix
update commit message (locally)
update from bz; matches what's in CCMP
Sun, Jun 1
I think this looks fine. I'm personally not too worried about breaking things in ipfw to make them much cleaner/clearer/less error prone, as long as we document it in UPDATING.
Fri, May 30
Thu, May 29
tested on my MSI GE76 raider that was exhibiting this w/ firefox/pulseaudio; it no longer happens. Thanks!
Wed, May 28
It's better than the status quo in -HEAD, so let's get it in and then churn some more on making it recover better!
Tue, May 27
technically (cry) ucast will eventually be keyix 0 and keyix 1, but not the WEP/global slots. Aiee. :-)
This doesn't apply cleanly on -head, it requires D49827 first
Mon, May 26
I'm finally updating my GE76 w/ AX210 to test iwx and iwlwifi in -head out, so I'll have to apply this to actually get it to pass a suspend/resume pass. stay tuned!
Sun, May 25
I'm still not a big fan of putting the strings in the kernel syscall ABI (as i guarantee someone's gonna end up writing stuff that depends upon the content of the strings!), but I /am/ a fan of how the kernel source is being updated with errors. We can at least grep for the macro use to see what they're doing, and they're a no-op if it's not compiled in.
comments from bz
comments from bz
Sat, May 24
Fri, May 23
So this panics the kernel if e6000sw is built in or loaded at boot time.
Thu, May 22
first pass - this on the surface looks like a well formatted / written driver. no magic numbers, consistent indenting, commented code, handling errors, thanks!
Tue, May 20
comment from bz
comments from bz
Mon, May 19
fixed, i hope!
rebase
update from bz
update from bz
update from bz
Sun, May 18
So I'm going to do the "clean up if_private.h abuse in net80211" work in different diffs, and I plan on just leaving this diff as a straight refactor.
rebase
rebase
add some more stuff