aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen1-0/+14
2015-01-27mac80111: Add BIP-CMAC-256 cipherJouni Malinen1-0/+2
2015-01-27mac80111: Add CCMP-256 cipherJouni Malinen1-0/+2
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen1-0/+13
2015-01-23mac80211: enable TPC through mac80211 stackLorenzo Bianconi1-3/+16
2015-01-15cfg80211: change bandwidth reporting to explicit fieldJohannes Berg1-11/+20
2015-01-15mac80211: remove 80+80 MHz rate reportingJohannes Berg1-2/+0
2015-01-14mac80211: remove local->radar_detect_enabledEliad Peller1-1/+1
2015-01-14mac80211: let flush() drop packets when possibleEmmanuel Grumbach1-1/+1
2014-12-15mac80211: ask driver to look at power level when starting APJohannes Berg1-1/+2
2014-11-19mac80211: introduce TDLS channel switch opsArik Nemtsov1-0/+2
2014-11-19mac80211: track AP and peer STA TDLS chan-switch supportArik Nemtsov1-0/+7
2014-11-19mac80211: move skb info band assignment outJohannes Berg1-1/+2
2014-11-10mac80211: send channel switch started notificationsLuciano Coelho1-0/+3
2014-11-10mac80211: fix order of setting ch_switch and drv_pre_channel_switch callLuciano Coelho1-6/+6
2014-11-04mac80211: 802.11p OCB mode supportRostislav Lisovy1-0/+13
2014-11-04cfg80211: 802.11p OCB mode handlingRostislav Lisovy1-0/+1
2014-11-04mac80211: add support for driver tx power reportingFelix Fietkau1-0/+3
2014-10-31mac80211: fix spelling errorsStephen Hemminger1-1/+1
2014-10-22mac80211: add WMM admission control supportJohannes Berg1-0/+73
2014-10-20Merge branch 'mac80211' into mac80211-nextJohannes Berg1-1/+1
2014-10-20mac80211: fix change flags variable signednessJohannes Berg1-1/+2
2014-10-20cfg80211: Convert del_station() callback to use a param structJouni Malinen1-3/+3
2014-10-09mac80211: directly return ieee80211_vif_use_reserved_context()Fabian Frederick1-5/+1
2014-10-09mac80211: add post_channel_switch driver operationLuciano Coelho1-1/+6
2014-10-09mac80211: add pre_channel_switch driver operationLuciano Coelho1-0/+11
2014-10-09mac80211: implement cfg80211_ops to query mesh proxy path tableHenning Rogge1-0/+53
2014-10-09mac80211: return the vif's chandef in ieee80211_cfg_get_channel()Luciano Coelho1-1/+1
2014-09-11mac80211: set smps_mode according to ap paramsEliad Peller1-2/+13
2014-09-05mac80211: extend set_coverage_class signatureLorenzo Bianconi1-2/+7
2014-09-05mac80211: combine roc with the "next roc" if possibleEliad Peller1-24/+53
2014-09-05mac80211: adjust roc duration when combining ROCsEliad Peller1-0/+1
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-08-15mac80211: don't duplicate station QoS capability dataJohannes Berg1-10/+3
2014-06-25mac80211: use chanctx reservation for AP CSAMichal Kazior1-27/+55
2014-06-23mac80211: set auth flags after other station infoArik Nemtsov1-3/+13
2014-06-23mac80211: stop only the queues assigned to the vif during channel switchLuciano Coelho1-39/+13
2014-06-23mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho1-3/+6
2014-06-23mac80211: move csa counters from sdata to beacon/prespMichal Kazior1-23/+44
2014-06-23cfg80211: make ethtool the driver's responsibilityJohannes Berg1-340/+0
2014-06-23mac80211: remove weak WEP IV accountingJohannes Berg1-2/+1
2014-05-21mac80211: export the expected throughputAntonio Quartulli1-0/+13
2014-05-19cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg1-12/+12
2014-05-15mac80211: Handle the CSA counters correctlyAndrei Otcheretianski1-2/+2
2014-05-15mac80211: Support multiple CSA countersAndrei Otcheretianski1-7/+17
2014-05-15cfg80211: Support multiple CSA countersAndrei Otcheretianski1-2/+8
2014-05-15mac80211: Update CSA counters in mgmt framesAndrei Otcheretianski1-1/+16
2014-05-08mac80211: fix sparse warning caused by __ieee80211_channel_switch()Luciano Coelho1-2/+3
2014-05-08mac80211: disconnect iface if CSA unexpectedly failsMichal Kazior1-4/+15
2014-05-06mac80211: split CSA finalize functionMichal Kazior1-24/+37