Skip to content

Instantly share code, notes, and snippets.

@boecko
Created February 9, 2020 12:14
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 boecko/659890826012e9f56f8fa42df5967bc7 to your computer and use it in GitHub Desktop.
Save boecko/659890826012e9f56f8fa42df5967bc7 to your computer and use it in GitHub Desktop.
git bisect start
# bad: [721673759d8229a42ab39a9a7cba15261f1dfcf9] mt76: mt7615: switch mt7615_mcu_set_rx_ba to v2 format
git bisect bad 721673759d8229a42ab39a9a7cba15261f1dfcf9
# good: [8a78567983a16869b77a0254b4917027df4a7ad9] mt76: fix compilation warning in mt76_eeprom_override()
git bisect good 8a78567983a16869b77a0254b4917027df4a7ad9
# good: [faf5e6fedd7e8831ad811f3074f3bb6ef8cbcbee] mt76: mt7615: read {tx,rx} mask from eeprom
git bisect good faf5e6fedd7e8831ad811f3074f3bb6ef8cbcbee
# bad: [e09b9f61eeb30223245bfa62c1a30fa1d8d5c850] mt76: mt7615: rework set_channel function
git bisect bad e09b9f61eeb30223245bfa62c1a30fa1d8d5c850
# bad: [b3bf83d6da1c3451f415538036fbb06a900a0e46] mt76: disable bh in mt76_dma_rx_poll
git bisect bad b3bf83d6da1c3451f415538036fbb06a900a0e46
# good: [04cd17a645207163ae446055341c275899cdf11c] mt76: add ext_phy field to struct mt76_wcid
git bisect good 04cd17a645207163ae446055341c275899cdf11c
# bad: [c5585a7358647e7cc58fec786094ea76d3214c2b] mt76: mt7615: initialize dbdc settings on interface add
git bisect bad c5585a7358647e7cc58fec786094ea76d3214c2b
# good: [bdcd45dd04e0fa6a13cd3dc2f490009d6dd4e33c] mt76: mt7615: add missing register init for dual-wiphy support
git bisect good bdcd45dd04e0fa6a13cd3dc2f490009d6dd4e33c
# good: [705a0fcdc3a5f0029baad21b738afc4ee00fb53b] mt76: mt7615: add multiple wiphy support to the dfs support code
git bisect good 705a0fcdc3a5f0029baad21b738afc4ee00fb53b
# bad: [caa47af1d6f2d7bb0f1a288e46d544f9b99222d6] mt76: mt7615: add multiple wiphy support to the rx path
git bisect bad caa47af1d6f2d7bb0f1a288e46d544f9b99222d6
# good: [849fefacc48aeca155e0f61a6132e37aa5a45770] mt76: mt7615: rework chainmask handling
git bisect good 849fefacc48aeca155e0f61a6132e37aa5a45770
# first bad commit: [caa47af1d6f2d7bb0f1a288e46d544f9b99222d6] mt76: mt7615: add multiple wiphy support to the rx path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment