aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/key.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-20mac80211: Track auth frame registrations on IBSS ifacesWill Hawkins2-7/+22
2012-06-20mac80211: fix cleanup if driver suspend callback failsEyal Shapira1-0/+10
2012-06-20mac80211: save wmm_acm per sdataYoni Divinsky6-14/+17
2012-06-20mac80211: use the correct capability info in ieee80211_set_associated()Luciano Coelho1-1/+1
2012-06-20cfg80211: fix regression in multi-vif AP startFelix Fietkau1-2/+32
2012-06-20nl80211: use __cfg80211_rdev_from_attrs for testmodeJohannes Berg1-13/+10
2012-06-20nl80211: change __cfg80211_rdev_from_infoJohannes Berg1-9/+10
2012-06-20nl80211: fix netns separationJohannes Berg1-9/+12
2012-06-20nl80211: refactor __cfg80211_rdev_from_infoJohannes Berg1-28/+31
2012-06-20cfg80211: make some functions staticJohannes Berg3-89/+82
2012-06-20mac80211: initialize sta pointer to avoid false-positive warningLuciano Coelho1-2/+2
2012-06-20mac80211: cleanup offchannel_ps_enable argumentRajkumar Manoharan1-5/+4
2012-06-18mac80211: fix and improve mesh RANN processingChun-Yeow Yeoh1-18/+25
2012-06-18mac80211: set only VO as a U-APSD enabled ACArik Nemtsov1-4/+7
2012-06-18mac80211: stop Rx during HW reconfigArik Nemtsov4-0/+17
2012-06-18mac80211: fix the assignment of mesh element TTLChun-Yeow Yeoh1-1/+1
2012-06-18{nl,cfg,mac}80211: implement dot11MeshHWMPconfirmationIntervalChun-Yeow Yeoh8-2/+33
2012-06-18mac80211: invoke the timer only with correct dot11MeshHWMPRootMode valueChun-Yeow Yeoh2-3/+3
2012-06-18mac80211: implement the proactive PREP generationChun-Yeow Yeoh1-5/+33
2012-06-14mac80211: implement the proactive PREQ generationChun-Yeow Yeoh3-5/+74
2012-06-14{nl,cfg,mac}80211: implement dot11MeshHWMProotInterval and dot11MeshHWMPactivePathToRootTimeoutChun-Yeow Yeoh6-1/+48
2012-06-13cfg80211/nl80211: fix kernel-docJohannes Berg2-9/+32
2012-06-13nl80211: fix sched scan match attribute nameJohannes Berg2-3/+6
2012-06-13mac80211: Disallow changing chan type on monitor when CHAN_MODE_FIXEDPontus Fuchs1-1/+2
2012-06-13mac80211: allow cancelling dependent ROCsJohannes Berg1-0/+22
2012-06-12ieee80211: definitions for Microsoft Vendor OUI and WPA OUI typeAvinash Patil1-0/+2
2012-06-11mac80211: remove unneeded ieee80211_run_deferred_scan()Johannes Berg2-6/+0
2012-06-11{nl,cfg,mac}80211: fix the coding style related to mesh parametersChun-Yeow Yeoh6-120/+130
2012-06-11cfg80211: add missing kernel-doc for mesh configuration structureChun-Yeow Yeoh1-10/+49
2012-06-09mac80211: Rename stainfo variable for the more common staJavier Cardona2-5/+5
2012-06-09mac80211: Remove unused variableJavier Cardona1-3/+0
2012-06-08wl18xx: avoid some -Wformat warningsJohn W. Linville1-1/+2
2012-06-08wlcore/wl12xx/wl18xx: make NVS file optional for wl18xxArik Nemtsov2-17/+9
2012-06-08wl18xx: clean up phy module parametersArik Nemtsov2-58/+56
2012-06-08wl18xx: align wl18xx_conf_phy with FW variant and remove itArik Nemtsov3-110/+36
2012-06-08wl18xx: update fw statisticsIdo Reis2-24/+65
2012-06-08wl18xx: allow FW-log by default for PG2.0Arik Nemtsov1-1/+0
2012-06-08wl18xx: read configuration structure from a binary fileLuciano Coelho1-5/+63
2012-06-08wlcore/wl18xx: export conf struct in a debugfs fileLuciano Coelho3-0/+72
2012-06-08wlcore/wl18xx: the conf structs must be packed so they can be exportedLuciano Coelho2-24/+24
2012-06-08wlcore: use u8 instead of enum for bcn_filt_modeLuciano Coelho1-1/+1
2012-06-08wlcore/wl18xx/wl12xx: use u8 instead of bool for host_fast_wakeup_supportLuciano Coelho3-4/+9
2012-06-08wlcore: export raw binary with the FW statistics in debugfsLuciano Coelho1-0/+20
2012-06-08wl18xx: add support to clear FW statisticsLuciano Coelho3-0/+63
2012-06-08wlcore: add debugfs control over rx interrupt pacingEyal Shapira1-0/+11
2012-06-08wlcore: add support macros to easily add conf debugfs entriesEyal Shapira1-0/+75
2012-06-07wl12xx: Add support for an external 26 MHz crystal sourceGrant Erickson1-0/+1
2012-06-07wl18xx: pad only last frame in aggregration buffer for PG2Ido Reis7-9/+58
2012-06-07wl18xx: PG2.0 HW Watch dog interrupt supportIdo Reis6-21/+71
2012-06-07wl18xx: FW/PHY arguments added for PG2Ido Reis3-1/+28