source: freewrt/package/madwifi/patches/patch-tools_athstats_c@ 9ff05d6

freewrt_1_0 freewrt_2_0
Last change on this file since 9ff05d6 was 9ff05d6, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

update madwifi to 0.9.2, works on netgear

git-svn-id: svn://www.freewrt.org/trunk/freewrt@667 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 561 bytes
Line 
1$FreeWRT$
2--- madwifi-0.9.2.orig/tools/athstats.c Fri May 5 06:20:50 2006
3+++ madwifi-0.9.2/tools/athstats.c Thu Sep 21 02:15:31 2006
4@@ -64,6 +64,10 @@
5 #include "ah_desc.h"
6 #include "if_athioctl.h"
7
8+#ifdef DOMULTI
9+#include "do_multi.h"
10+#endif
11+
12 static const struct {
13 u_int phyerr;
14 const char* desc;
15@@ -227,9 +231,20 @@ catchalarm(int signo)
16 signalled = 1;
17 }
18
19+#ifdef DOMULTI
20+
21 int
22+athstats_init(int argc, char *argv[])
23+{
24+
25+#else
26+
27+int
28 main(int argc, char *argv[])
29 {
30+
31+#endif
32+
33 #ifdef __linux__
34 const char *ifname = "wifi0";
35 #else
Note: See TracBrowser for help on using the repository browser.