Skip to content

Instantly share code, notes, and snippets.

From 72929ea244bc89a596c63fa46c45ed54fa20297a Mon Sep 17 00:00:00 2001
From: Shayne Chen <shayne.chen@mediatek.com>
Date: Fri, 6 Jan 2023 11:28:18 +0800
Subject: [PATCH] wifi: mt76: mt7915: handle unsupported band configuration
Firmware does not support simultaneous 5GHz and 6GHz on the same band.
Force this case to support 5GHz only.
Signed-off-by: Shayne Chen <shayne.chen@mediatek.com>
---
@csyuanc
csyuanc / init.vim
Last active May 19, 2020 15:00
configs for neovim
" ======Vim-plug settings=====
" Specify a directory for plugins
" - For Neovim: ~/.local/share/nvim/plugged
" - Avoid using standard Vim directory names like 'plugin'
call plug#begin('~/.vim/plugged')
" Make sure you use single quotes
" 標籤展示以及快速跳轉(增強vim的書籤功能)
Plug 'kshenoy/vim-signature'