summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-5/+5
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2015-06-101-48/+11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-48/+11
| |\
| | * mac80211: don't split remain-on-channel for coalescingJohannes Berg2015-05-201-48/+11
* | | mac80211: fix the beacon csa counter for mesh and ibssChun-Yeow Yeoh2015-06-091-0/+1
* | | mac80211: stop using pointers as userspace cookiesJohannes Berg2015-06-021-42/+73
* | | mac80211: copy nl80211 mgmt TX SKB for statusJohannes Berg2015-06-021-3/+36
* | | mac80211: move TX PN to public part of key structJohannes Berg2015-06-021-50/+9
|/ /
* | mac80211: check fast-xmit on station changeMichal Kazior2015-05-201-0/+1
* | mac80211: extend get_key() to return PN for all ciphersJohannes Berg2015-05-061-0/+9
* | mac80211: extend get_tkip_seq to all keysJohannes Berg2015-05-061-32/+59
* | mac80211: force off channel transmission for public action framesMatti Gottlieb2015-04-241-1/+7
* | mac80211: add TX fastpathJohannes Berg2015-04-221-1/+8
|/
* Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller2015-03-311-50/+47
|\
| * mac80211: set QoS capability before changing station stateJohannes Berg2015-03-301-4/+4
| * mac80211: make sta.wme indicate whether QoS is usedJohannes Berg2015-03-301-1/+2
| * cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen2015-03-301-1/+2
| * mac80211: fix typo in debug outputMichael Braun2015-03-301-1/+1
| * mac80211: avoid duplicate TX path station lookupJohannes Berg2015-03-201-1/+1
| * mac80211: initialize rate control earlier for tdls stationMarek Puzyniak2015-03-171-5/+8
| * mac80211: provide station PMF configuration to driverSenthilKumar Jegadeesan2015-03-041-0/+1
| * mac80211: iterate using station list in AP SMPSJohannes Berg2015-02-281-39/+30
* | mac80211: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
|/
* mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen2015-01-271-0/+14
* mac80111: Add BIP-CMAC-256 cipherJouni Malinen2015-01-271-0/+2
* mac80111: Add CCMP-256 cipherJouni Malinen2015-01-271-0/+2
* mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen2015-01-271-0/+13
* mac80211: enable TPC through mac80211 stackLorenzo Bianconi2015-01-231-3/+16
* cfg80211: change bandwidth reporting to explicit fieldJohannes Berg2015-01-151-11/+20
* mac80211: remove 80+80 MHz rate reportingJohannes Berg2015-01-151-2/+0
* mac80211: remove local->radar_detect_enabledEliad Peller2015-01-141-1/+1
* mac80211: let flush() drop packets when possibleEmmanuel Grumbach2015-01-141-1/+1
* mac80211: ask driver to look at power level when starting APJohannes Berg2014-12-151-1/+2
* mac80211: introduce TDLS channel switch opsArik Nemtsov2014-11-191-0/+2
* mac80211: track AP and peer STA TDLS chan-switch supportArik Nemtsov2014-11-191-0/+7
* mac80211: move skb info band assignment outJohannes Berg2014-11-191-1/+2
* mac80211: send channel switch started notificationsLuciano Coelho2014-11-101-0/+3
* mac80211: fix order of setting ch_switch and drv_pre_channel_switch callLuciano Coelho2014-11-101-6/+6
* mac80211: 802.11p OCB mode supportRostislav Lisovy2014-11-041-0/+13
* cfg80211: 802.11p OCB mode handlingRostislav Lisovy2014-11-041-0/+1
* mac80211: add support for driver tx power reportingFelix Fietkau2014-11-041-0/+3
* mac80211: fix spelling errorsStephen Hemminger2014-10-311-1/+1
* mac80211: add WMM admission control supportJohannes Berg2014-10-221-0/+73
* Merge branch 'mac80211' into mac80211-nextJohannes Berg2014-10-201-1/+1
|\
| * mac80211: return the vif's chandef in ieee80211_cfg_get_channel()Luciano Coelho2014-10-091-1/+1
* | mac80211: fix change flags variable signednessJohannes Berg2014-10-201-1/+2
* | cfg80211: Convert del_station() callback to use a param structJouni Malinen2014-10-201-3/+3
* | mac80211: directly return ieee80211_vif_use_reserved_context()Fabian Frederick2014-10-091-5/+1
* | mac80211: add post_channel_switch driver operationLuciano Coelho2014-10-091-1/+6
* | mac80211: add pre_channel_switch driver operationLuciano Coelho2014-10-091-0/+11