aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-26mac8011: slight optimization of addr comparedingtianhong1-4/+3
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville12-27/+44
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville33-639/+1673
2013-12-02mac80211: fix rx_nss calculation for drivers with hw rcMichal Kazior1-2/+2
2013-12-02mac80211: check csa wiphy flag in ibss before switchingSimon Wunderlich1-0/+4
2013-12-02mac80211: don't leak next beacon when csa is abortedSimon Wunderlich1-0/+3
2013-12-02mac80211: don't cancel csa finalize work within stop_apSimon Wunderlich1-1/+0
2013-12-02cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notifySimon Wunderlich1-6/+15
2013-12-02mac80211: modify beacon using sdata/wdev-lock, not rtnl lockSimon Wunderlich2-8/+15
2013-12-02mac80211: mesh: only get tsf if we need itBob Copeland1-14/+14
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski1-14/+15
2013-12-02mac80211: update ht flag if bss configuration changedAvri Altman1-8/+10
2013-12-02mac80211: remove sta_info_flush() from interface teardownJohannes Berg1-4/+0
2013-12-02mac80211: Tx frame latency statisticsMatti Gottlieb8-0/+486
2013-11-25mac80211: minstrel_ht: do not sample unsupported ratesKarl Beldan1-3/+7
2013-11-25mac80211: minstrels: spare numerous useless calls to get_random_bytesKarl Beldan2-4/+2
2013-11-25mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATESKarl Beldan2-7/+5
2013-11-25mac80211: add min required channel definition fieldEliad Peller5-2/+183
2013-11-25mac80211: enable easier manipulation of VHT beamforming capsEyal Shapira1-4/+3
2013-11-25mac80211: move csa_chandef to sdataLuciano Coelho6-17/+14
2013-11-25mac80211: use put_unaligned_le in mesh when necessaryChun-Yeow Yeoh4-58/+45
2013-11-25mac80211: use put_unaligned_le16 in mesh_plink_frame_txChun-Yeow Yeoh5-34/+34
2013-11-25mac80211: use put_unaligned_le16 for precedence value in meshChun-Yeow Yeoh2-7/+2
2013-11-25mac80211: add generic cipher scheme supportMax Stepanov14-101/+444
2013-11-25cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic4-4/+15
2013-11-25mac80211: verify ieee80211_key_replace() argumentsJohannes Berg1-0/+4
2013-11-25mac80211: remove useless tests for arrayJohannes Berg1-3/+3
2013-11-25mac80211: clean up mesh local link ID generationThomas Pedersen3-9/+38
2013-11-25mac80211: factor out plink event gatheringThomas Pedersen1-80/+115
2013-11-25mac80211: factor out peering FSMThomas Pedersen1-143/+155
2013-11-25mac80211: assign sta plid earlyThomas Pedersen1-2/+1
2013-11-25mac80211: consolidate rcu unlocks in plink frame rxThomas Pedersen1-18/+10
2013-11-25mac80211: factor peering frame processing into own functionThomas Pedersen1-40/+48
2013-11-25mac80211: remove unused mesh_mgmt_ies_add() prototypeBob Copeland1-2/+0
2013-11-25mac80211: return -ENOMEM in mesh_plink_frame_txBob Copeland1-1/+1
2013-11-25mac80211: mesh_plink: don't ignore holding timerBob Copeland1-2/+1
2013-11-25mac80211: mesh_plink: collapse the two switch statements togetherBob Copeland1-17/+9
2013-11-25mac80211: mesh: rewrite rssi_threshold_check in CBob Copeland1-8/+12
2013-11-25mac80211: mesh_plink: group basic fitness checksBob Copeland1-33/+37
2013-11-25mac80211: mesh: factor out common plink close/estab codeBob Copeland1-55/+43
2013-11-25mac80211: hold sta->lock across plink switch statementsBob Copeland1-26/+3
2013-11-25mac80211: consolidate calls to plink_frame_txThomas Pedersen1-43/+29
2013-11-25mac80211: fix off-by-one in llid check.Bob Copeland1-1/+1
2013-11-25mac80211: do not compute offset from ssn in Rx AMPDU reordering bufferKarl Beldan1-13/+5
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2-7/+6
2013-11-25mac80211: set hw initial idle stateKarl Beldan1-0/+2
2013-11-25mac80211: use capped prob when computing throughputsKarl Beldan1-1/+1
2013-11-25mac80211: fix connection pollingEliad Peller1-0/+2
2013-11-25mac80211: fix the mesh channel switch supportChun-Yeow Yeoh5-14/+24
2013-11-25mac80211: don't attempt to reorder multicast framesJohannes Berg1-1/+2