summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/quantenna/qtnfmac/commands.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-24qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich1-2/+1
2019-11-24qtnfmac: pass sgi rate info flag to wireless coreSergey Matyukevich1-0/+3
2018-08-02qtnfmac: implement basic WoWLAN supportSergey Matyukevich1-0/+112
2018-07-30qtnfmac: enable multiple SSIDs scan supportAndrey Shevchenko1-5/+3
2018-07-30qtnfmac: implement cfg80211 power management callbackSergei Maksimenko1-0/+34
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat1-16/+16
2018-06-27qtnfmac: enable source MAC address randomization supportAndrey Shevchenko1-0/+25
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-30qtnfmac: fix bg_scan_period parameter processingAndrey Shevchenko1-5/+3
2018-05-30qtnfmac: fix firmware command error pathDmitry Lebed1-0/+1
2018-05-30qtnfmac: decode error codes from firmware repliesIgor Mitsyanko1-2/+24
2018-01-24qtnfmac: remove redundant 'unlikely' checksSergey Matyukevich1-27/+25
2018-01-24qtnfmac: modify supported interface combinationsSergey Matyukevich1-37/+65
2018-01-24qtnfmac: report hardware/firmware information via ethtoolVasily Ulyanov1-0/+3
2018-01-24qtnfmac: get more hardware info from cardVasily Ulyanov1-0/+50
2018-01-24qtnfmac: remove struct qlink_cmd_set_mac_aclVasily Ulyanov1-6/+9
2018-01-09qtnfmac: support MAC address based access controlVasily Ulyanov1-0/+62
2018-01-09qtnfmac: modify GET_STA_STATS cmd format for back/forward compatibilityIgor Mitsyanko1-101/+116
2018-01-09qtnfmac: fill wiphy's extended capabilitiesVasily Ulyanov1-0/+44
2018-01-09qtnfmac: add support for radar detection and CACIgor Mitsyanko1-0/+38
2018-01-09qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich1-7/+7
2017-11-10qtnfmac: pass all CONNECT cmd params to wireless card for processingIgor Mitsyanko1-22/+41
2017-11-10qtnfmac: include HTCAP and VHTCAP into config AP commandIgor Mitsyanko1-0/+18
2017-11-10qtnfmac: configure and start AP interface with a single commandIgor Mitsyanko1-30/+42
2017-11-10qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usageIgor Mitsyanko1-13/+4
2017-11-10qtnfmac: extend "IE set" TLV to include frame type infoIgor Mitsyanko1-6/+19
2017-11-10qtnfmac: get rid of PHYMODE capabilities flagsIgor Mitsyanko1-1/+0
2017-11-10qtnfmac: initialize HT/VHT caps "can override" masksIgor Mitsyanko1-3/+4
2017-11-10qtnfmac: use per-band HT/VHT info from wireless deviceIgor Mitsyanko1-13/+64
2017-10-30qtnfmac: advertise support of inactivity timeoutIgor Mitsyanko1-2/+3
2017-10-13qtnfmac: make encryption info a part of CONNECT command.Igor Mitsyanko1-23/+19
2017-10-13qtnfmac: do not cache BSS state in per-VIF structureIgor Mitsyanko1-17/+32
2017-10-13qtnfmac: get rid of QTNF_STATE_AP_START flagIgor Mitsyanko1-3/+0
2017-10-13qtnfmac: get rid of QTNF_STATE_AP_CONFIGIgor Mitsyanko1-3/+0
2017-10-13qtnfmac: pass channel definition to WiFi card on START_AP commandIgor Mitsyanko1-13/+15
2017-10-13qtnfmac: pass all AP settings to wireless card for processingIgor Mitsyanko1-23/+29
2017-10-13qtnfmac: do not cache AP settings in driver structuresIgor Mitsyanko1-24/+22
2017-09-25qtnfmac: remove unused mac::status fieldIgor Mitsyanko1-1/+0
2017-09-25qtnfmac: do not cache CSA chandef infoIgor Mitsyanko1-2/+0
2017-09-25qtnfmac: pass VIF info to SendChannel commandIgor Mitsyanko1-2/+3
2017-09-25qtnfmac: do not cache channel info from "connect" commandIgor Mitsyanko1-2/+4
2017-09-25qtnfmac: retrieve current channel info from EPIgor Mitsyanko1-0/+38
2017-08-03qtnfmac: prepare for AP_VLAN interface type supportSergey Matyukevich1-4/+23
2017-08-03qtnfmac: fix handling of iftype mask reported by firmwareSergey Matyukevich1-4/+5
2017-08-03qtnfmac: implement cfg80211 channel_switch handlerSergey Matyukevich1-0/+55
2017-08-03qtnfmac: move current channel info from vif to macSergey Matyukevich1-3/+3
2017-08-03qtnfmac: implement reporting current channelSergey Matyukevich1-1/+1
2017-08-03qtnfmac: implement cfg80211 dump_survey handlerSergey Matyukevich1-0/+107
2017-08-03qtnfmac: add missing bus lockSergey Matyukevich1-0/+4
2017-08-03qtnfmac: updates for regulatory supportSergey Matyukevich1-41/+237