aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-22mac80211: Split sending tx'ed frames to monitor interfaces into its own functionHelmut Schaa2-49/+62
2015-09-22mac80211: use DECLARE_EWMA for ave_beacon_signalJohannes Berg3-22/+10
2015-09-22mac80211: fix driver RSSI event calculationsJohannes Berg1-1/+1
2015-09-22mac80211: remove last_beacon/ave_beacon debugfs filesJohannes Berg3-16/+0
2015-09-22mac80211: implement VHT support for meshBob Copeland3-4/+85
2015-09-22mac80211: zero center freq segment 2 in VHT oper IEChun-Yeow Yeoh1-0/+2
2015-09-22mac80211: allow the driver to advertise A-MSDU within A-MPDU Rx supportEmmanuel Grumbach2-1/+4
2015-09-22mac80211: remove direct probe step before authenticationJohannes Berg1-59/+23
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach5-14/+24
2015-09-22mac80211: introduce per vif frame registration APIAndrei Otcheretianski3-4/+64
2015-09-22mac80211: TDLS: check reg with IR-relax on chandef upgradeArik Nemtsov1-2/+2
2015-09-22mac80211: debugfs: add file to disallow TDLS wider-bwArik Nemtsov4-1/+34
2015-09-22mac80211: process skb_queue while scanning in HWAndrei Otcheretianski1-1/+1
2015-09-22mac80211: fix VHT MCS mask array overrunJohannes Berg1-5/+7
2015-09-04mac80211: reject software RSSI CQM with beacon filteringJohannes Berg1-0/+4
2015-09-04mac80211: avoid VHT usage with no 80MHz chans allowedArik Nemtsov2-0/+31
2015-09-04mac80211: protect non-HT BSS when HT TDLS traffic existsAvri Altman1-3/+67
2015-09-04mac80211: Do not use sizeof() on pointer typeThierry Reding1-1/+1
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2015-08-14mac80211: use DECLARE_EWMAJohannes Berg5-10/+12
2015-08-14mac80211: add rate mask logic for vht ratesLorenzo Bianconi6-16/+181
2015-08-14mac80211: define rate_control_apply_mask_ratetbl()Lorenzo Bianconi1-0/+27
2015-08-14mac80211: remove ieee80211_tx_rate dependency in rate mask codeLorenzo Bianconi1-68/+71
2015-08-14mac80211: remove ieee80211_tx_info from rate_control_apply_mask signatureLorenzo Bianconi1-6/+5
2015-08-14mac80211: Make OCB mode set BSSIDBertold Van den Bergh1-1/+1
2015-08-14mac80211: Only accept data frames in OCB modeBertold Van den Bergh1-1/+1
2015-08-14mac80211: Set txrc.bss to true for OCB interfacesBertold Van den Bergh1-1/+2
2015-08-13mac80211: fix invalid read in minstrel_sort_best_tp_rates()Adrien Schildknecht1-5/+6
2015-08-13mac80211: remove always true conditionDan Carpenter1-4/+1
2015-08-13mac80211: remove ieee80211_aes_cmac_calculate_k1_k2()Johannes Berg1-17/+0
2015-07-17mac80211: deinline rate_control_rate_init, rate_control_rate_updateDenys Vlasenko2-57/+62
2015-07-17mac80211: deinline drv_sta_stateDenys Vlasenko3-27/+44
2015-07-17mac80211: select an AID when creating new mesh STAsBob Copeland1-6/+35
2015-07-17mac80211: mesh: separate plid and aid conceptsBob Copeland4-15/+23
2015-07-17mac80211: reorder mesh_plink to remove forward declBob Copeland1-57/+52
2015-07-17mac80211: clear local->suspended before calling drv_resume()Eliad Peller1-4/+14
2015-07-17mac80211: TDLS: deny ch-switch req on disallowed channelsArik Nemtsov1-18/+31
2015-07-17mac80211: TDLS: handle chan-switch in RTNL locked workArik Nemtsov5-10/+44
2015-07-17Merge branch 'mac80211' into mac80211-nextJohannes Berg6-16/+41
2015-07-17mac80211: Add support for declaring MU-MIMO capabilitySara Sharon2-1/+38
2015-07-17mac80211: account TX MSDUs properly with segmentation offloadJohannes Berg1-1/+5
2015-07-17mac80211: shrink struct ieee80211_fragment_entryJohannes Berg1-6/+6
2015-07-17mac80211: mesh: move fail_avg into mesh structJohannes Berg2-7/+9
2015-07-17mac80211: minstrel_ht: handle peers in dynamic SMPSKrishna Chaitanya1-1/+7
2015-07-17mac80211: mesh process the target only subfield for mesh hwmpChun-Yeow Yeoh1-24/+8
2015-07-17mac80211: TDLS: correctly configure SMPS stateArik Nemtsov4-25/+51
2015-07-17mac80211: enable assoc check for mesh interfacesBob Copeland1-3/+0
2015-07-17mac80211: mac80211: Check SN for deactivated mpathsJesse Jones1-0/+26
2015-07-17mac80211: mesh: don't invalidate SN on discovery failureJesse Jones1-1/+3
2015-07-17mac80211: mesh: add missing case to PERR processingAlexis Green1-2/+5