Date: Sat, 4 Jun 2011 08:24:58 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r222672 - head/sys/dev/ath/ath_dfs/null Message-ID: <201106040824.p548OwEv001085@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Sat Jun 4 08:24:58 2011 New Revision: 222672 URL: http://svn.freebsd.org/changeset/base/222672 Log: Commit radar detection changes missed by my previous commit. Modified: head/sys/dev/ath/ath_dfs/null/dfs_null.c Modified: head/sys/dev/ath/ath_dfs/null/dfs_null.c ============================================================================== --- head/sys/dev/ath/ath_dfs/null/dfs_null.c Sat Jun 4 07:06:05 2011 (r222671) +++ head/sys/dev/ath/ath_dfs/null/dfs_null.c Sat Jun 4 08:24:58 2011 (r222672) @@ -107,7 +107,7 @@ ath_dfs_radar_enable(struct ath_softc *s * Process DFS related PHY errors */ void -ath_dfs_process_phy_err(struct ath_softc *sc, struct ath_desc *ds, +ath_dfs_process_phy_err(struct ath_softc *sc, const char *buf, uint64_t tsf, struct ath_rx_status *rxstat) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106040824.p548OwEv001085>