Re: net80211: remove redundant assignment to ic_curmode

2019-08-25 Thread Kevin Lo
On Sun, Aug 25, 2019 at 03:11:52PM +0200, Stefan Sperling wrote: > > This assigment to ic_curmode is redundant because it already occurs > inside ieee80211_setmode(), and channel information in selbs and ni > is equivalent after node_copy(). > > ok? ok kevlo@

net80211: remove redundant assignment to ic_curmode

2019-08-25 Thread Stefan Sperling
This assigment to ic_curmode is redundant because it already occurs inside ieee80211_setmode(), and channel information in selbs and ni is equivalent after node_copy(). ok? diff refs/heads/roaming refs/heads/assignment blob - 905396f216158f9497fc28be19737e61595adce3 blob +