RE: [PATCH] ramips: mt7621: fix R6850 EEPROM offsets

2021-03-12 Thread Stijn Segers
-bauer.net; Bernt Ø . Thorvaldsen Subject: [PATCH] ramips: mt7621: fix R6850 EEPROM offsets The Netgear R6850 has its EEPROM data sitting at 0x28000 for the 5 GHz radio and at 0x2 for the 2,4 GHz radio. See forum topic for a hex dump [1]. The commit title/message does not really fit the

RE: [PATCH] ramips: mt7621: fix R6850 EEPROM offsets

2021-03-12 Thread Adrian Schmutzler
: [PATCH] ramips: mt7621: fix R6850 EEPROM offsets > > The Netgear R6850 has its EEPROM data sitting at 0x28000 for the 5 GHz radio > and at 0x2 for the 2,4 GHz radio. See forum topic for a hex dump [1]. The commit title/message does not really fit the code changes here. You are adding fu

[PATCH] ramips: mt7621: fix R6850 EEPROM offsets

2021-03-12 Thread Stijn Segers
The Netgear R6850 has its EEPROM data sitting at 0x28000 for the 5 GHz radio and at 0x2 for the 2,4 GHz radio. See forum topic for a hex dump [1]. [1] https://forum.openwrt.org/t/netgear-r6850-very-low-transmit-power-on-5ghz/90984 Signed-off-by: Stijn Segers Tested-by: Bernt Ø. Thorvaldsen