svn commit: r222672 - head/sys/dev/ath/ath_dfs/null
Adrian Chadd
adrian at FreeBSD.org
Sat Jun 4 08:24:58 UTC 2011
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)
{
More information about the svn-src-all
mailing list