summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: use enum nl80211_dfs_regions for dfs_region everywhereLuis R. Rodriguez2013-11-254-6/+6
* mac80211: minstrels: spare numerous useless calls to get_random_bytesKarl Beldan2013-11-252-4/+2Star
* mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATESKarl Beldan2013-11-252-7/+5Star
* mac80211: add min required channel definition fieldEliad Peller2013-11-256-2/+187
* mac80211: enable easier manipulation of VHT beamforming capsEyal Shapira2013-11-252-6/+9
* mac80211: move csa_chandef to sdataLuciano Coelho2013-11-256-17/+14Star
* mac80211: use put_unaligned_le in mesh when necessaryChun-Yeow Yeoh2013-11-254-58/+45Star
* mac80211: use put_unaligned_le16 in mesh_plink_frame_txChun-Yeow Yeoh2013-11-255-34/+34
* cfg80211: add an option to disable processing country IEsLuis R. Rodriguez2013-11-252-0/+8
* cfg80211: add flags to define country IE processing rulesLuis R. Rodriguez2013-11-253-18/+29
* cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2013-11-2514-88/+108
* mac80211: use put_unaligned_le16 for precedence value in meshChun-Yeow Yeoh2013-11-252-7/+2Star
* mac80211_hwsim: claim CCK support for HT clientsKarl Beldan2013-11-251-1/+2
* cfg80211: rename __set_regdom() to reg_set_rd_country_ie()Luis R. Rodriguez2013-11-251-6/+5Star
* cfg80211: set driver regulatory updates on its ownLuis R. Rodriguez2013-11-251-67/+56Star
* cfg80211: set user regulatory updates on its ownLuis R. Rodriguez2013-11-251-0/+35
* cfg80211: set core regulatory updates on its ownLuis R. Rodriguez2013-11-251-13/+27
* cfg80211: pass the last_request to __set_regdom()Luis R. Rodriguez2013-11-251-3/+3
* cfg80211: move core reg_notfier() check to sourceLuis R. Rodriguez2013-11-251-13/+18
* cfg80211: allow only the core to request to update the world regdomLuis R. Rodriguez2013-11-251-0/+2
* cfg80211: add helper for calling CRDALuis R. Rodriguez2013-11-251-12/+12
* cfg80211: add helper for kfree'ing and assigning last_requestLuis R. Rodriguez2013-11-251-10/+11
* cfg80211: add helper for kfree'ing last_requestLuis R. Rodriguez2013-11-251-23/+19Star
* cfg80211: process non country IE conflicting firstLuis R. Rodriguez2013-11-251-19/+20
* cfg80211: process country IE regulatory requests on their ownLuis R. Rodriguez2013-11-251-133/+68Star
* cfg80211: process driver regulatory requests on its ownLuis R. Rodriguez2013-11-251-17/+86
* cfg80211: process user regulatory requests on its ownLuis R. Rodriguez2013-11-251-33/+81
* cfg80211: processing core regulatory hints on its ownLuis R. Rodriguez2013-11-251-2/+44
* cfg80211: check regulatory request alpha2 earlyLuis R. Rodriguez2013-11-253-1/+5
* cfg80211: enforce disabling channels by custom or strict settingsLuis R. Rodriguez2013-11-251-3/+14
* cfg80211: fix parsing when db.txt ends on a ruleLuis R. Rodriguez2013-11-251-0/+2
* cfg80211: add function helpers to genregdb.awkLuis R. Rodriguez2013-11-251-11/+25
* mac80211: add generic cipher scheme supportMax Stepanov2013-11-2515-101/+480
* cfg80211: allow beaconing after DFS CACJanusz Dziedzic2013-11-251-11/+74
* cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic2013-11-258-12/+23
* mac80211: verify ieee80211_key_replace() argumentsJohannes Berg2013-11-251-0/+4
* cfg80211: don't allow drivers to unset NL80211_FEATURE_SCAN_FLUSHJohannes Berg2013-11-252-10/+6Star
* cfg80211: add missing break in cfg80211_get_chan_state()Johannes Berg2013-11-251-0/+1
* mac80211: remove useless tests for arrayJohannes Berg2013-11-251-3/+3
* mac80211: clean up mesh local link ID generationThomas Pedersen2013-11-253-9/+38
* mac80211: factor out plink event gatheringThomas Pedersen2013-11-251-80/+115
* mac80211: factor out peering FSMThomas Pedersen2013-11-251-143/+155
* mac80211: assign sta plid earlyThomas Pedersen2013-11-251-2/+1Star
* mac80211: consolidate rcu unlocks in plink frame rxThomas Pedersen2013-11-251-18/+10Star
* mac80211: factor peering frame processing into own functionThomas Pedersen2013-11-251-40/+48
* mac80211: remove unused mesh_mgmt_ies_add() prototypeBob Copeland2013-11-251-2/+0Star
* mac80211: return -ENOMEM in mesh_plink_frame_txBob Copeland2013-11-251-1/+1
* mac80211: mesh_plink: don't ignore holding timerBob Copeland2013-11-251-2/+1Star
* mac80211: mesh_plink: collapse the two switch statements togetherBob Copeland2013-11-251-17/+9Star
* mac80211: mesh: rewrite rssi_threshold_check in CBob Copeland2013-11-251-8/+12