On 18 May 2014 11:43, Hauke Mehrtens <ha...@hauke-m.de> wrote: > There is also a vendid var which should be used. See this code from > brcmsmac: > http://lxr.free-electrons.com/source/drivers/staging/brcm80211/brcmsmac/wlc_bmac.c?v=3.0#L660
You're right, but is this used anywhere? I can't reliably follow brcmsmac code, it copies the same data over and over. Simple grepping for "vendorid" shows copying from "vendorid" to "vendorid" of various structs, no real usage. The one exception is "sha_params.vid = wlc_hw->vendorid;. However grepping with: grep -R "\.vid" ./* grep -R "\->vid" ./* doesn't reveal any usage neither. Seems like a dead code. _______________________________________________ b43-dev mailing list b43-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/b43-dev