summaryrefslogtreecommitdiff
path: root/include/net/mac80211.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-19mac80211: notify drivers on sta rate table changesJohannes Berg1-0/+6
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-5/+10
2014-11-19mac80211: synchronously reserve TID per stationLiad Kaufman1-0/+37
2014-11-19mac80211: add TDLS channel-switch Rx flowArik Nemtsov1-1/+36
2014-11-19mac80211: introduce TDLS channel switch opsArik Nemtsov1-0/+19
2014-11-10mac80211: add back support for radiotap vendor namespace dataJohannes Berg1-0/+37
2014-11-04mac80211: replace restart_complete() with reconfig_complete()Eliad Peller1-6/+23
2014-11-04mac80211: 802.11p OCB mode supportRostislav Lisovy1-0/+2
2014-11-04mac80211: add support for driver tx power reportingFelix Fietkau1-0/+5
2014-10-27mac80211: support creating wiphy w/out creating wlanXBen Greear1-1/+6
2014-10-27mac80211: allow creating wiphy devices with suggested nameBen Greear1-2/+26
2014-10-23mac80211: expose API allowing station iterationArik Nemtsov1-0/+16
2014-10-23mac80211: expose TDLS-initiator value to low level driverArik Nemtsov1-0/+3
2014-10-23mac80211: export IE splitting functionAndrei Otcheretianski1-0/+28
2014-10-22mac80211: add WMM admission control supportJohannes Berg1-1/+2
2014-10-09mac80211: allow channel switch with multiple channel contextsLuciano Coelho1-0/+1
2014-10-09mac80211: add post_channel_switch driver operationLuciano Coelho1-0/+6
2014-10-09mac80211: add pre_channel_switch driver operationLuciano Coelho1-0/+7
2014-10-09mac80211: add device_timestamp to the ieee80211_channel_switch structLuciano Coelho1-0/+3
2014-09-11mac80211: replace SMPS hw flags with wiphy feature bitsEliad Peller1-12/+1
2014-09-05mac80211: extend set_coverage_class signatureLorenzo Bianconi1-2/+4
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-08-26mac80211: don't resize skbs needlesslyIdo Yariv1-1/+4
2014-08-26mac80211: Fix accounting of the tailroom-needed counterIdo Yariv1-2/+5
2014-08-15mac80211: don't duplicate station QoS capability dataJohannes Berg1-1/+1
2014-07-21mac80211: add support for Rx reordering offloadingMichal Kazior1-0/+34
2014-06-25mac80211: implement multi-vif in-place reservationsMichal Kazior1-7/+1
2014-06-25mac80211: split sched scan IEsDavid Spinadel1-19/+4
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel1-1/+38
2014-06-23mac80211: protect TDLS discovery sessionArik Nemtsov1-0/+12
2014-06-23mac80211: add API to request TDLS operation from userspaceArik Nemtsov1-0/+13
2014-05-26mac80211: add a single-transaction driver op to switch contextsLuciano Coelho1-0/+46
2014-05-21mac80211: export the expected throughputAntonio Quartulli1-0/+7
2014-05-19mac80211: fix csa_counter_offs argument name in docbookLuciano Coelho1-2/+3
2014-05-15mac80211: Handle the CSA counters correctlyAndrei Otcheretianski1-1/+22
2014-05-15mac80211: Provide ieee80211_beacon_get_template APIAndrei Otcheretianski1-7/+36
2014-05-06mac80211: fix CSA tx queue stoppingMichal Kazior1-1/+3
2014-05-05mac80211: set an external flag for TDLS stationsArik Nemtsov1-0/+2
2014-04-25mac80211: add option to generate CCMP IVs only for mgmt framesMarek Kwaczynski1-6/+10
2014-04-09mac80211: Update conf_is_ht() to work properly with 5/10MHz channelsRostislav Lisovy1-1/+3
2014-04-09mac80211: allow reservation of a running chanctxLuciano Coelho1-0/+7
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+3
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-55/+46
2014-03-20mac80211: set beamforming bit in radiotapEmmanuel Grumbach1-0/+2
2014-03-20mac80211: add status_driver_data array to ieee80211_tx_infoEliad Peller1-2/+2
2014-02-20mac80211: allow driver to return error from sched_scan_stopJohannes Berg1-1/+2
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-11/+127
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-3/+3
2014-02-13mac80211: remove erroneous comment about RX radiotap headerJohannes Berg1-4/+0
2014-02-13mac80211: add NAPI support backJohannes Berg1-21/+13