aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lin <dlin@marvell.com>2016-06-07 14:09:38 +0800
committerDavid Lin <dlin@marvell.com>2016-06-07 14:09:38 +0800
commit2a4f8bab4fe4a801affede8178e8fbc578d14f45 (patch)
tree29875c657e577f38f9c62c025a4fcb16d44a4f52
parentb9541ea520a9e828213150a575517e44c6eeb7ef (diff)
Change driver version to 10.3.0.17-20160607.
Signed-off-by: David Lin <dlin@marvell.com>
-rw-r--r--[-rwxr-xr-x]dev.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev.h b/dev.h
index 70103b1..2a9ba5b 100755..100644
--- a/dev.h
+++ b/dev.h
@@ -27,7 +27,7 @@
#include <net/mac80211.h>
#define MWL_DRV_NAME KBUILD_MODNAME
-#define MWL_DRV_VERSION "10.3.0.17-20160603"
+#define MWL_DRV_VERSION "10.3.0.17-20160607"
/* Map to 0x80000000 (Bus control) on BAR0 */
#define MACREG_REG_H2A_INTERRUPT_EVENTS 0x00000C18 /* (From host to ARM) */
@@ -363,7 +363,7 @@ struct mwl_priv {
/* ampdu stream information */
/* for ampdu stream */
struct {
- spinlock_t stream_lock;
+ spinlock_t stream_lock; /* for BA stream */
struct mwl_ampdu_stream ampdu[SYSADPT_TX_AMPDU_QUEUES];
} ____cacheline_aligned_in_smp;
struct work_struct watchdog_ba_handle;
@@ -461,7 +461,7 @@ struct mwl_sta {
bool is_amsdu_allowed;
/* for amsdu aggregation */
struct {
- spinlock_t amsdu_lock;
+ spinlock_t amsdu_lock; /* for amsdu */
struct mwl_amsdu_ctrl amsdu_ctrl;
} ____cacheline_aligned_in_smp;
u16 iv16;