Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: networking: Update codeaurora references for rmnet

source.codeaurora.org is no longer accessible and so the reference link
in the documentation is not useful. Use iproute2 instead as it has a
rmnet module for configuration.

Fixes: ceed73a2cf4a ("drivers: net: ethernet: qualcomm: rmnet: Initial implementation")
Signed-off-by: Sean Tranchetti <quic_stranche@quicinc.com>
Signed-off-by: Subash Abhinov Kasiviswanathan <quic_subashab@quicinc.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Subash Abhinov Kasiviswanathan and committed by
David S. Miller
26b32974 d5dc3945

+3 -4
+3 -4
Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
··· 190 190 3. Userspace configuration 191 191 ========================== 192 192 193 - rmnet userspace configuration is done through netlink library librmnetctl 194 - and command line utility rmnetcli. Utility is hosted in codeaurora forum git. 195 - The driver uses rtnl_link_ops for communication. 193 + rmnet userspace configuration is done through netlink using iproute2 194 + https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/ 196 195 197 - https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/dataservices/tree/rmnetctl 196 + The driver uses rtnl_link_ops for communication.