Skip to content

Commit

Permalink
mir3g: switch to different wifi pci identification
Browse files Browse the repository at this point in the history
  • Loading branch information
dissent1 committed Aug 18, 2017
1 parent 2624578 commit 4094632
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions target/linux/ramips/dts/MIR3G.dts
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,18 @@
status = "okay";

pcie0 {
mt76@0,0 {
wifi@14c3,7603 {
compatible = "pci14c3,7603";
reg = <0x0000 0 0 0 0>;
device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
ieee80211-freq-limit = <2400000 2500000>;
};
};

};

pcie1 {
mt76@1,0 {
wifi@14c3,7662 {
compatible = "pci14c3,7662";
reg = <0x0000 0 0 0 0>;
device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
Expand Down

0 comments on commit 4094632

Please sign in to comment.