Project : madwifi
Revision : 1993
Author : proski (Pavel Roskin)
Date : 2007-01-22 04:22:07 +0100 (Mon, 22 Jan 2007)
Log Message :
Fix #else without #if from the previous commit
Affected Files:
* trunk/net80211/ieee80211_input.c updated
Modified: trunk/net80211/ieee80211_input.c
===================================================================
--- trunk/net80211/ieee80211_input.c 2007-01-22 03:19:47 UTC (rev 1992)
+++ trunk/net80211/ieee80211_input.c 2007-01-22 03:22:07 UTC (rev 1993)
@@ -200,8 +200,6 @@
#else
#define iwspy_event(_vap, _ni, _rssi)
#endif /* WIRELESS_EXT >= 16 */
-#else
-#define iwspy_event(_vap, _ni, _rssi)
/*
* Process a received frame. The node associated with the sender
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|