Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/29/2005 10:06:52
Module Name:	src
Committed By:	dyoung
Date:		Thu Dec 29 10:06:52 UTC 2005

Modified Files:
	src/sys/net80211: ieee80211_input.c

Log Message:
Cosmetic: extract a subroutine ieee80211_update_adhoc_node() from
ieee80211_recv_mgmt().  ieee80211_update_adhoc_node() updates IBSS
nodes based on received beacons and probe responses.  I extract a
subroutine to maintain a tolerable indentation level.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/sys/net80211/ieee80211_input.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.