Merge branch 'clean' into clean_2 37/head
authorOleksij Rempel <linux@rempel-privat.de>
Sun, 23 Jun 2013 20:14:36 +0000 (22:14 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Sun, 23 Jun 2013 20:14:36 +0000 (22:14 +0200)
README
target_firmware/wlan/ah.h

diff --git a/README b/README
index 15c003c2b11729710e51e327a980a6a809ea37bd..1a75c4dea3ef624a0b255252458389f1f14ffff2 100644 (file)
--- a/README
+++ b/README
@@ -61,17 +61,25 @@ You're in for a treat.
 
   * Linux:
 
-  $ make firmware
+  $ make -C target_firmware
 
   * FreeBSD:
 
-  edit the build script, change make to gmake, and then
-
-  $ ./build
+  $ gmake -C target_firmware
 
 You will end up with two .fw files - one for the AR7010 and one for
 the AR9271 in the target_firmware directory.
 
+You can clean the firmware build (when you wish to force a rebuild)
+by doing:
+
+  * Linux:
+
+  $ make -C target_firmware clean
+
+  * FreeBSD:
+
+  $ gmake -C target_firmware clean
 
 Then what?
 ----------
index b11d0582b1e2f3a7a62430ce192b780e750c344b..5bdc818129187c0646b97ecbc51c1313006fee3c 100755 (executable)
@@ -79,13 +79,6 @@ typedef enum {
        HAL_CAP_RTS_AGGR_LIMIT = 6,
 } HAL_CAPABILITY_TYPE;
 
-typedef enum {
-       HAL_M_STA       = 1,
-       HAL_M_IBSS      = 0,
-       HAL_M_HOSTAP    = 6,
-       HAL_M_MONITOR   = 8,
-} HAL_OPMODE;
-
 typedef enum {
        HAL_TX_QUEUE_INACTIVE   = 0,
        HAL_TX_QUEUE_DATA   = 1,