Skip to content

Instantly share code, notes, and snippets.

@probonopd
Last active December 18, 2015 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save probonopd/5693872 to your computer and use it in GitHub Desktop.
Save probonopd/5693872 to your computer and use it in GitHub Desktop.
Binary patch to treat the 0x3070 RF module like a 0x5370
sudo find /lib/modules/*/kernel/drivers/net/wireless/rt2x00/ -type f -exec sed -i -e 's|\x1\x4\x8\xf\x5\x3\x7\x0|\x1\x4\x8\xf\x3\x0\x7\x0|g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment