aboutsummaryrefslogtreecommitdiffstats
path: root/tools/b43-tools/patches/001-fw-dirname.patch
blob: 1fd4c66323e2ee9710869e9d12cf8c8efc323670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/fwcutter/fwcutter.c
+++ b/fwcutter/fwcutter.c
@@ -50,13 +50,8 @@
 #include "fwcutter.h"
 #include "fwcutter_list.h"
 
-#if defined(__DragonFly__) || defined(__FreeBSD__)
-#define V3_FW_DIRNAME	"v3"
-#define V4_FW_DIRNAME	"v4"
-#else
 #define V3_FW_DIRNAME	"b43legacy"
 #define V4_FW_DIRNAME	"b43"
-#endif
 
 static struct cmdline_args cmdargs;