mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
[net80211] fix indenting.
Sponsored by: Eva Automation, Inc.
This commit is contained in:
parent
9b40530293
commit
f466fcd2cd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298757
@ -854,8 +854,8 @@ adhoc_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0,
|
||||
|
||||
case IEEE80211_FC0_SUBTYPE_ACTION:
|
||||
case IEEE80211_FC0_SUBTYPE_ACTION_NOACK:
|
||||
if ((ni == vap->iv_bss) &&
|
||||
!IEEE80211_ADDR_EQ(wh->i_addr2, ni->ni_macaddr)) {
|
||||
if ((ni == vap->iv_bss) &&
|
||||
!IEEE80211_ADDR_EQ(wh->i_addr2, ni->ni_macaddr)) {
|
||||
IEEE80211_DISCARD(vap, IEEE80211_MSG_INPUT,
|
||||
wh, NULL, "%s", "unknown node");
|
||||
vap->iv_stats.is_rx_mgtdiscard++;
|
||||
|
Loading…
Reference in New Issue
Block a user