On Thu, 2019-08-29 at 10:57 +0200, Lorenzo Bianconi wrote: > Move mt7615_sta_add, mt7615_sta_assoc, mt7615_sta_ps and mt7615_sta_remove > utility routines in pci.c and make them static since they are only used to > initialize mt76_driver_ops callbacks > > Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > --- > .../net/wireless/mediatek/mt76/mt7615/mac.c | 4 -- > .../net/wireless/mediatek/mt76/mt7615/main.c | 40 --------------- > .../wireless/mediatek/mt76/mt7615/mt7615.h | 7 --- > .../net/wireless/mediatek/mt76/mt7615/pci.c | 49 +++++++++++++++++++ > 4 files changed, 49 insertions(+), 51 deletions(-) Just to note that we might have other interface shares with the same utility routines in upcoming days. Ryder