aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/919-wl18xx-align-event-mailbox-with-current-fw.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-04-06 10:41:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-04-06 10:41:23 +0000
commit9f34772a476cba359681f9d3327db6636d5624c5 (patch)
tree5a6b599b5b23ba72ecd575d6a7fb998162dce94e /package/kernel/mac80211/patches/919-wl18xx-align-event-mailbox-with-current-fw.patch
parentc9a7f5dfffa7d7719aff64f11ba1243123693f19 (diff)
downloadmaster-187ad058-9f34772a476cba359681f9d3327db6636d5624c5.tar.gz
master-187ad058-9f34772a476cba359681f9d3327db6636d5624c5.tar.bz2
master-187ad058-9f34772a476cba359681f9d3327db6636d5624c5.zip
mac80211: update to wireless-testing 2014-03-31
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40393 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211/patches/919-wl18xx-align-event-mailbox-with-current-fw.patch')
-rw-r--r--package/kernel/mac80211/patches/919-wl18xx-align-event-mailbox-with-current-fw.patch52
1 files changed, 0 insertions, 52 deletions
diff --git a/package/kernel/mac80211/patches/919-wl18xx-align-event-mailbox-with-current-fw.patch b/package/kernel/mac80211/patches/919-wl18xx-align-event-mailbox-with-current-fw.patch
deleted file mode 100644
index 95db58f0f4..0000000000
--- a/package/kernel/mac80211/patches/919-wl18xx-align-event-mailbox-with-current-fw.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From fde3f0a7f3112527a18e06e32efdd9a354c91b02 Mon Sep 17 00:00:00 2001
-From: Eliad Peller <eliad@wizery.com>
-Date: Tue, 18 Mar 2014 13:19:48 +0200
-Subject: [PATCH] wl18xx: align event mailbox with current fw
-
-Some fields are missing from the event mailbox
-struct definitions, which cause issues when
-trying to handle some events.
-
-Add the missing fields in order to align the
-struct size (without adding actual support
-for the new fields).
-
-Signed-off-by: Eliad Peller <eliad@wizery.com>
----
- drivers/net/wireless/ti/wl18xx/event.h | 20 ++++++++++++++++++++
- 1 file changed, 20 insertions(+)
-
-diff --git a/drivers/net/wireless/ti/wl18xx/event.h b/drivers/net/wireless/ti/wl18xx/event.h
-index 398f3d2..a76e98e 100644
---- a/drivers/net/wireless/ti/wl18xx/event.h
-+++ b/drivers/net/wireless/ti/wl18xx/event.h
-@@ -68,6 +68,26 @@ struct wl18xx_event_mailbox {
-
- /* bitmap of inactive stations (by HLID) */
- __le32 inactive_sta_bitmap;
-+
-+ /* rx BA win size indicated by RX_BA_WIN_SIZE_CHANGE_EVENT_ID */
-+ u8 rx_ba_role_id;
-+ u8 rx_ba_link_id;
-+ u8 rx_ba_win_size;
-+ u8 padding;
-+
-+ /* smart config */
-+ u8 sc_ssid_len;
-+ u8 sc_pwd_len;
-+ u8 sc_token_len;
-+ u8 padding1;
-+ u8 sc_ssid[32];
-+ u8 sc_pwd[32];
-+ u8 sc_token[32];
-+
-+ /* smart config sync channel */
-+ u8 sc_sync_channel;
-+ u8 sc_sync_band;
-+ u8 padding2[2];
- } __packed;
-
- int wl18xx_wait_for_event(struct wl1271 *wl, enum wlcore_wait_event event,
---
-1.8.5.2.229.g4448466.dirty
-