Re: install.sub: ieee80211_{scan,config}: Allow quoted SSIDs

2019-09-14 Thread Stefan Sperling
On Fri, Sep 06, 2019 at 11:01:35PM +0200, Klemens Nanni wrote: > Rebased diff that I just tested again on a X230 with athn(4) where I > installed over an ESSID of the form "Wifi foo" just fine; empty ESSIDs > showed up as "" in the list, all others still look normal and could be > chosen just fine

Re: once again: iwm(4) multi-frame rx + monitor mode

2019-09-14 Thread Stefan Sperling
On Fri, Sep 13, 2019 at 09:35:56PM +, Mikolaj Kucharski wrote: > I've tested monitor mode and it seems to work: > > $ ifconfig iwm0 > iwm0: flags=8847 mtu 1500 > lladdr 38:37:8b:XX:XX:XX > index 1 priority 4 llprio 3 > groups: wlan egress > media: IEEE802.11 aut

Re: [PATCH] Avoid leftover temporary mount points when using -P (mfs)

2019-09-14 Thread Otto Moerbeek
On Sun, Sep 08, 2019 at 10:10:06PM -0300, Rafael Neves wrote: > Updated patch: It includes Otto's requests and remove unnecessary > unmount(dst, 0) from copy(), because the caller unmount tmpnode. > While there, I adjusted the return value of gettmpmnt() to return 0 > on success, and changed the c