User Details
- User Since
- May 14 2014, 7:57 AM (570 w, 5 h)
Yesterday
Mon, Apr 14
oh heh don't forget FEXT_BITS!
ah, this is to entirely bypass even tagging the frames as candidates, right?
ok this is blocked for a lot of bike shed reasons.
Yeah, let's both do that (some auditing/review) first.
Sun, Apr 13
Is that true though? like, the superg/amsdu transmit path is also queuing the packet and it needs the node reference for it to do so.
Sat, Apr 12
Aren't they in 02a8d40c9ffb2987c291ea96cf7be7c012b359a3 ?
oh i agree. It really looks like sam took the ath(4) regdomain tables and threw them into an xml file for net80211.
Fri, Apr 11
oops, again, my bad :-)
Thu, Apr 10
Interesting, do we not have a pci_get_subdevice() call? @jhb
Wed, Apr 9
lol so much existing qc clock code I wrote is not entirley 64 bit clean, so stay tuned. hilarious.
Tue, Apr 8
I think it's fine to land as-is and clean it up as we need to.
note - this is just a WIP right now to see how some next bits of bring-up work for the X1E fit on top of it.
Note: approved by bz after the 5 last comments dealt with; so I'll land this shortly.
Mon, Apr 7
Sun, Apr 6
remove old stuff
review from bz, also go for a bit of a deep dive into the nonce definitions
Sat, Apr 5
Fri, Apr 4
Wed, Apr 2
review from bz
Tue, Apr 1
Mon, Mar 31
@bz would you mind reviewing this one in particular next? It's just a documentation commit and I'd like to get this landed :-)
@jrtc27 would you mind testing this and do some dtrace probing to make sure ieee80211_recv_bar() is only called when there's a BAR specifically for you? And it's still actually getting called? I'm super paranoid about actually breaking /all/ control traffic now. :-)
more updates from bz/jrtc27
Sun, Mar 30
migrate the check to before vap->iv_recv_ctl() is called
I've found myself wanting this a few times since I got back into poking at freebsd on my laptops. Please let's get this into the tree and churn on it in here!
What do y'all think about defining calls to vap->iv_recv_ctl() as receiving "only frames from a known node (where possible), destined to this vap MAC address", so the filtering can be done /before/ the call to vap->iv_recv_ctl() ?