aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna/qtnfmac/commands.c
AgeCommit message (Expand)Author
2020-10-29qtnfmac: fix resource leaks on unsupported iftype error return pathColin Ian King
2019-11-24qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich
2019-11-24qtnfmac: pass sgi rate info flag to wireless coreSergey Matyukevich
2018-08-02qtnfmac: implement basic WoWLAN supportSergey Matyukevich
2018-07-30qtnfmac: enable multiple SSIDs scan supportAndrey Shevchenko
2018-07-30qtnfmac: implement cfg80211 power management callbackSergei Maksimenko
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat
2018-06-27qtnfmac: enable source MAC address randomization supportAndrey Shevchenko
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-30qtnfmac: fix bg_scan_period parameter processingAndrey Shevchenko
2018-05-30qtnfmac: fix firmware command error pathDmitry Lebed
2018-05-30qtnfmac: decode error codes from firmware repliesIgor Mitsyanko
2018-01-24qtnfmac: remove redundant 'unlikely' checksSergey Matyukevich
2018-01-24qtnfmac: modify supported interface combinationsSergey Matyukevich
2018-01-24qtnfmac: report hardware/firmware information via ethtoolVasily Ulyanov
2018-01-24qtnfmac: get more hardware info from cardVasily Ulyanov
2018-01-24qtnfmac: remove struct qlink_cmd_set_mac_aclVasily Ulyanov
2018-01-09qtnfmac: support MAC address based access controlVasily Ulyanov
2018-01-09qtnfmac: modify GET_STA_STATS cmd format for back/forward compatibilityIgor Mitsyanko
2018-01-09qtnfmac: fill wiphy's extended capabilitiesVasily Ulyanov
2018-01-09qtnfmac: add support for radar detection and CACIgor Mitsyanko
2018-01-09qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich
2017-11-10qtnfmac: pass all CONNECT cmd params to wireless card for processingIgor Mitsyanko
2017-11-10qtnfmac: include HTCAP and VHTCAP into config AP commandIgor Mitsyanko
2017-11-10qtnfmac: configure and start AP interface with a single commandIgor Mitsyanko
2017-11-10qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usageIgor Mitsyanko
2017-11-10qtnfmac: extend "IE set" TLV to include frame type infoIgor Mitsyanko
2017-11-10qtnfmac: get rid of PHYMODE capabilities flagsIgor Mitsyanko
2017-11-10qtnfmac: initialize HT/VHT caps "can override" masksIgor Mitsyanko
2017-11-10qtnfmac: use per-band HT/VHT info from wireless deviceIgor Mitsyanko
2017-10-30qtnfmac: advertise support of inactivity timeoutIgor Mitsyanko
2017-10-13qtnfmac: make encryption info a part of CONNECT command.Igor Mitsyanko
2017-10-13qtnfmac: do not cache BSS state in per-VIF structureIgor Mitsyanko
2017-10-13qtnfmac: get rid of QTNF_STATE_AP_START flagIgor Mitsyanko
2017-10-13qtnfmac: get rid of QTNF_STATE_AP_CONFIGIgor Mitsyanko
2017-10-13qtnfmac: pass channel definition to WiFi card on START_AP commandIgor Mitsyanko
2017-10-13qtnfmac: pass all AP settings to wireless card for processingIgor Mitsyanko
2017-10-13qtnfmac: do not cache AP settings in driver structuresIgor Mitsyanko
2017-09-25qtnfmac: remove unused mac::status fieldIgor Mitsyanko
2017-09-25qtnfmac: do not cache CSA chandef infoIgor Mitsyanko
2017-09-25qtnfmac: pass VIF info to SendChannel commandIgor Mitsyanko
2017-09-25qtnfmac: do not cache channel info from "connect" commandIgor Mitsyanko
2017-09-25qtnfmac: retrieve current channel info from EPIgor Mitsyanko
2017-08-03qtnfmac: prepare for AP_VLAN interface type supportSergey Matyukevich
2017-08-03qtnfmac: fix handling of iftype mask reported by firmwareSergey Matyukevich
2017-08-03qtnfmac: implement cfg80211 channel_switch handlerSergey Matyukevich
2017-08-03qtnfmac: move current channel info from vif to macSergey Matyukevich
2017-08-03qtnfmac: implement reporting current channelSergey Matyukevich
2017-08-03qtnfmac: implement cfg80211 dump_survey handlerSergey Matyukevich
2017-08-03qtnfmac: add missing bus lockSergey Matyukevich