aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-16mac80211: refactor ieee80211_ibss_process_chanswitch()Luciano Coelho3-50/+17
2013-12-16mac80211: update adjusting TBTT bit in beaconThomas Pedersen4-4/+22
2013-12-16mac80211: reschedule sched scan after HW restartDavid Spinadel4-20/+68
2013-12-16mac80211: make ieee80211_assign_beacon() staticLuciano Coelho2-4/+2
2013-12-16mac80211: lock sdata in ieee80211_csa_connection_drop_work()Luciano Coelho1-0/+4
2013-12-16mac80211: let the driver reserve extra tailroom in beaconsFelix Fietkau1-3/+6
2013-12-16mac80211: free all AP/VLAN keys at onceJohannes Berg4-28/+43
2013-12-16mac80211: optimise mixed AP/VLAN station removalJohannes Berg3-6/+14
2013-12-16mac80211: optimise synchronize_net() for sta_info_flushJohannes Berg2-4/+41
2013-12-16mac80211: move synchronize_net() before sta key removalJohannes Berg2-14/+5
2013-12-16mac80211: don't delay station destructionJohannes Berg7-119/+12
2013-12-16mac80211: move 4-addr sta pointer clearing before synchronize_rcu()Johannes Berg1-3/+4
2013-12-16mac80211: add pre-RCU-sync sta removal driver operationJohannes Berg3-19/+33
2013-12-16Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg14-35/+52
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville12-27/+44
2013-12-05mac80211: fix nested sdata lock for IBSS/CSASimon Wunderlich1-2/+2
2013-12-05mac80211: start_next_roc only if scan was actually runningEliad Peller1-1/+3
2013-12-05mac80211: determine completed scan type by defined opsEliad Peller1-8/+7
2013-12-05cfg80211: in bitrate_mask, rename mcs to ht_mcsJanusz Dziedzic1-2/+2
2013-12-05mac80211: warn if unhashing station failsJohannes Berg1-1/+1
2013-12-04mac80211: neaten ieee80211_deliver_skbJohannes Berg1-17/+15
2013-12-03nl80211: vendor command supportJohannes Berg1-0/+11
2013-12-03mac80211: remove duplicate codeEliad Peller1-8/+0
2013-12-03mac80211: move align variable to remove __maybe_unusedJohannes Berg1-3/+2
2013-12-03Revert "mac80211: add driver callback for per-interface multicast filter"Johannes Berg3-51/+0
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