summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorSergey Matyukevich <sergey.matyukevich.os@quantenna.com>2018-01-22 15:46:30 +0300
committerKalle Valo <kvalo@codeaurora.org>2018-01-24 18:00:45 +0200
commit01efff526235a506275fe8aff07a22a2438bf3c8 (patch)
tree58950a602cd02d64de072bb40a741b86d9f2067d /scripts/objdiff
parent537faf269d76eb6f6d325874c573e45e5b55edce (diff)
downloadkernel-01efff526235a506275fe8aff07a22a2438bf3c8.tar.gz
qtnfmac: validate interface combinations on changes
Validate new interface combinations using wireless core checks when new interface is added or when the type of existing interface is modified. This is performed to make sure that new interface combination is supported by hardware. As a result, invalid interface combinations are rejected early, rather than passed to hardware with sometimes unpredictable results. Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
a>Ben Skeggs 2012-11-29drm/nvd0/dmaobj: duplicate fermi class, will diverge real soon nowBen Skeggs 2012-11-29drm/nouveau: pass address to object accessor functions as u64Ben Skeggs 2012-11-29drm/nouveau/clk: fix crystal frequency retrieval on nv25Viktor Novotný 2012-11-29drm/nv30/fb: enable z compressionBen Skeggs 2012-11-29drm/nouveau/fb: create tag heap from common code for all relevant chipsetsBen Skeggs 2012-11-29drm/nv40/fb: split implementation into nv40/nv41/nv44/nv46/nv47/nv49/nv4e piecesBen Skeggs 2012-11-29drm/nv30/fb: split implementation into nv34(nv10)/nv30/nv35 piecesBen Skeggs 2012-11-29drm/nv20/fb: split implementation into nv20/nv25 piecesBen Skeggs 2012-10-03drm/nouveau/devinit: fixup various issues with subdev ctor/init orderingBen Skeggs 2012-10-03drm/nv41/vm: fix and enable use of "real" pciegartBen Skeggs 2012-10-03drm/nv44/vm: fix and enable use of "real" pciegartBen Skeggs 2012-10-03drm/nvc0/ibus: initial implementation of subdevBen Skeggs 2012-10-03drm/nouveau/therm: move thermal-related functions to the therm subdevMartin Peres 2012-10-03drm/nve0/ibus: handle PIBUS interrupts to prevent stormBen Skeggs 2012-10-03drm/nve0/copy: add initial support for the async copy enginesBen Skeggs 2012-10-03drm/nouveau/device: return proper error codes if ioremap failsBen Skeggs 2012-10-03drm/nouveau/device: include the official chipset namesBen Skeggs 2012-10-03drm/nouveau/mxm: split up into bios code and a subdev moduleBen Skeggs 2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs 2012-10-03drm/nouveau/instmem: completely new implementation, as a subdev moduleBen Skeggs 2012-10-03drm/nouveau/fb: merge fb/vram and port to subdev interfacesBen Skeggs 2012-10-03drm/nouveau/timer: port to subdev interfacesBen Skeggs 2012-10-03drm/nouveau/mc: port to subdev interfacesBen Skeggs 2012-10-03drm/nouveau: implement devinit subdev, and new init table parserBen Skeggs 2012-10-03drm/nouveau/clk: implement stub clock subdevBen Skeggs 2012-10-03drm/nouveau/i2c: port to subdev interfacesBen Skeggs 2012-10-03drm/nouveau/gpio: port gpio to subdev interfacesBen Skeggs 2012-10-03drm/nouveau/bios: pull in basic vbios subdev, more to come laterBen Skeggs 2012-10-03drm/nouveau/core: pull in most of the new core infrastructureBen Skeggs