public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. e71475c13afeef652ae94a545978e354e21eb03e
@ 2014-12-07 10:05 git
  0 siblings, 0 replies; only message in thread
From: git @ 2014-12-07 10:05 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 3265 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, master has been updated
       via  e71475c13afeef652ae94a545978e354e21eb03e (commit)
      from  32787fb0dff053a4a31f9785ddb3f40e1d6a6063 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e71475c13afeef652ae94a545978e354e21eb03e
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Dec 7 11:04:46 2014 +0100

    kernel: rt5572 patches part2.

-----------------------------------------------------------------------

Summary of changes:
 src/patches/linux-3.14.25-rt5592_no_special_txop_init.patch | 13 +++++++++++++
 src/patches/linux-3.14.25_rt2x00_fix_bss_bcn_num.patch      | 12 ++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 src/patches/linux-3.14.25-rt5592_no_special_txop_init.patch
 create mode 100644 src/patches/linux-3.14.25_rt2x00_fix_bss_bcn_num.patch

Difference in files:
diff --git a/src/patches/linux-3.14.25-rt5592_no_special_txop_init.patch b/src/patches/linux-3.14.25-rt5592_no_special_txop_init.patch
new file mode 100644
index 0000000..fe30c9e
--- /dev/null
+++ b/src/patches/linux-3.14.25-rt5592_no_special_txop_init.patch
@@ -0,0 +1,13 @@
+diff -Naur linux-3.14.25.org/drivers/net/wireless/rt2x00/rt2800lib.c linux-3.14.25/drivers/net/wireless/rt2x00/rt2800lib.c
+--- linux-3.14.25.org/drivers/net/wireless/rt2x00/rt2800lib.c	2014-11-21 18:23:44.000000000 +0100
++++ linux-3.14.25/drivers/net/wireless/rt2x00/rt2800lib.c	2014-12-03 11:30:58.813355413 +0100
+@@ -4847,7 +4847,8 @@
+ 	rt2x00_set_field32(&reg, TXOP_CTRL_CFG_EXT_CWMIN, 0);
+ 	rt2800_register_write(rt2x00dev, TXOP_CTRL_CFG, reg);
+ 
+-	reg = rt2x00_rt(rt2x00dev, RT5592) ? 0x00000082 : 0x00000002;
++//	reg = rt2x00_rt(rt2x00dev, RT5592) ? 0x00000082 : 0x00000002;
++	reg = 0x00000002;
+ 	rt2800_register_write(rt2x00dev, TXOP_HLDR_ET, reg);
+ 
+ 	rt2800_register_read(rt2x00dev, TX_RTS_CFG, &reg);
diff --git a/src/patches/linux-3.14.25_rt2x00_fix_bss_bcn_num.patch b/src/patches/linux-3.14.25_rt2x00_fix_bss_bcn_num.patch
new file mode 100644
index 0000000..87ea39a
--- /dev/null
+++ b/src/patches/linux-3.14.25_rt2x00_fix_bss_bcn_num.patch
@@ -0,0 +1,12 @@
+diff -Naur linux-3.14.25.org/drivers/net/wireless/rt2x00/rt2800lib.c linux-3.14.25/drivers/net/wireless/rt2x00/rt2800lib.c
+--- linux-3.14.25.org/drivers/net/wireless/rt2x00/rt2800lib.c	2014-12-03 11:30:58.000000000 +0100
++++ linux-3.14.25/drivers/net/wireless/rt2x00/rt2800lib.c	2014-12-03 12:15:45.743454351 +0100
+@@ -1557,7 +1557,7 @@
+ 		if (!is_zero_ether_addr((const u8 *)conf->bssid)) {
+ 			reg = le32_to_cpu(conf->bssid[1]);
+ 			rt2x00_set_field32(&reg, MAC_BSSID_DW1_BSS_ID_MASK, 3);
+-			rt2x00_set_field32(&reg, MAC_BSSID_DW1_BSS_BCN_NUM, 7);
++			rt2x00_set_field32(&reg, MAC_BSSID_DW1_BSS_BCN_NUM, 0);
+ 			conf->bssid[1] = cpu_to_le32(reg);
+ 		}
+ 


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-07 10:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-07 10:05 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. e71475c13afeef652ae94a545978e354e21eb03e git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox