| Summary: | [ath] RX beacon and ath IBSS merge logic is called too often | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Adrian Chadd <adrian> |
| Component: | kern | Assignee: | Adrian Chadd <adrian> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | --- | ||
| Version: | CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Adrian Chadd
2016-04-08 23:40:07 UTC
A commit references this bug: Author: adrian Date: Sat Apr 9 00:55:56 UTC 2016 New revision: 297728 URL: https://svnweb.freebsd.org/changeset/base/297728 Log: [net8021] Pull out the ibss check code into a public function. The ath(4) driver now sees beacons and management frames for different BSSIDs in IBSS mode, which is a problem when you're in a very busy IBSS environment. So, expose this function so drivers can use it to check if the current RX node is actually for a BSS we need to pay attention to or not. PR: kern/208644 Sponsored by: Eva Automation. Inc. Changes: head/sys/net80211/ieee80211_node.c head/sys/net80211/ieee80211_node.h Already committed. |