aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-27mac80211: correct behaviour on unrecognised action framesJohannes Berg1-1/+4
2012-06-21mac80211: clear ifmgd->bssid only after building DELBAEliad Peller1-7/+6
2012-06-13mac80211: stop polling in disassociationDavid Spinadel1-2/+2
2012-06-13mac80211: check sdata_running on ieee80211_set_bitrate_maskEliad Peller1-0/+3
2012-06-12mac80211: add missing kernel-docAshok Nagarajan1-0/+3
2012-06-09mac80211: add some missing kernel-docJohannes Berg1-0/+2
2012-06-08mac80211: add back channel change flagStanislaw Gruszka1-1/+1
2012-06-04mac80211: fix non RCU-safe sta_list manipulationArik Nemtsov1-2/+2
2012-06-04mac80211: Fix likely misuse of | for &Joe Perches1-3/+3
2012-06-04mac80211: add missing rcu_read_lock/unlock in agg-rx session timerFelix Fietkau1-1/+6
2012-06-04mac80211: clean up remain-on-channel on interface stopJohannes Berg2-0/+28
2012-06-04mac80211: fix error in station state transitions during reconfigMeenakshi Venkataraman1-1/+1
2012-06-04mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSSChun-Yeow Yeoh1-3/+6
2012-06-04mac80211: run scan after finish connection monitoringStanislaw Gruszka1-9/+27
2012-05-29mac80211: fix ADDBA declined after suspend with wowlanEyal Shapira1-6/+6
2012-05-29mac80211: fix flag check for QoS NOACK framesClaudio Pisa1-1/+1
2012-05-25mac80211: Fix race in checking AP status by sending null frameSoumik Das1-1/+2
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville11-45/+86
2012-05-16mac80211: Add debugfs entry for mesh ht_opmodeAshok Nagarajan1-0/+2
2012-05-16mac80211: Modify mesh_set_ht_prot_mode() to have less identationAshok Nagarajan1-23/+24
2012-05-16mac80211: Fix don't use '>' operator for matching channel typesAshok Nagarajan1-2/+4
2012-05-16mac80211: Push the deleted comment to correct placeAshok Nagarajan1-0/+5
2012-05-16mac80211: fix network header location when adding encryption headersArik Nemtsov2-0/+3
2012-05-16mac80211: (selectively) add HT details in radiotapJohannes Berg2-3/+6
2012-05-16mac80211: Add IV-room in the skb for TKIP and WEPJanusz.Dziedzic@tieto.com2-4/+18
2012-05-16mac80211: fix TX aggregation session timerJohannes Berg1-2/+8
2012-05-16mac80211: fix single queue driversJohannes Berg1-1/+3
2012-05-15mac80211: fix the increment of unicast/multicast counters for forwarded PREQChun-Yeow Yeoh1-1/+4
2012-05-15mac80211: send peer candidate event for new sta onlyThomas Pedersen1-9/+9
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches6-43/+28
2012-05-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller10-22/+343
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equal by handJoe Perches2-3/+3
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches13-71/+64
2012-05-08{nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan3-0/+9
2012-05-08mac80211: Allow nonHT/HT peering in meshAshok Nagarajan1-3/+9
2012-05-08mac80211: Implement HT mixed protection modeAshok Nagarajan2-7/+77
2012-05-08mac80211: Advertise HT protection mode in IEsAshok Nagarajan4-9/+8
2012-05-08mac80211: Add more ethtools stats: survey, rates, etcBen Greear1-8/+81
2012-05-08mac80211: Framework to get wifi-driver stats via ethtool.Ben Greear3-3/+68
2012-05-08mac80211: Support getting sta_info stats via ethtool.Ben Greear1-0/+91
2012-05-08mac80211: don't transmit 40MHz frames to 20MHz peerThomas Pedersen1-0/+6
2012-05-08mac80211: insert mesh peer after initThomas Pedersen1-3/+5
2012-05-08mac80211: fix rate control update on 2040 bss changeRajkumar Manoharan1-1/+1
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-5/+6
2012-04-30mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau1-1/+2
2012-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville14-118/+226
2012-04-24mac80211: Adds clean sdata helperAndrei Emeltchenko2-5/+18
2012-04-24mac80211: fix num_mcast_sta counting issuesFelix Fietkau2-4/+27
2012-04-24mac80211: rename AP variable num_sta_authorized to num_mcast_staFelix Fietkau4-6/+6
2012-04-24mac80211: check for non-managed interfaceWey-Yi Guy1-0/+4