aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2015-01-23mac80211: properly set CCK flag in radiotapGravatar Mathy Vanhoef 1-1/+1
2015-01-23mac80211: only roll back station states for WDS when suspendingGravatar Luciano Coelho 1-14/+15
2015-01-07mac80211: uninitialized return val in __ieee80211_sta_handle_tspec_ac_paramsGravatar John Linville 1-1/+1
2015-01-05Revert "mac80211: Fix accounting of the tailroom-needed counter"Gravatar Johannes Berg 1-3/+9
2014-12-17mac80211: free management frame keys when removing stationGravatar Johannes Berg 1-1/+1
2014-12-12mac80211: update the channel context after channel switchGravatar Emmanuel Grumbach 1-0/+4
2014-12-12mac80211: fix multicast LED blinking and counterGravatar Andreas Müller 1-5/+6
2014-12-12mac80211: avoid using uninitialized stack dataGravatar Jes Sorensen 1-0/+1
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-9/+6
2014-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextGravatar John W. Linville 11-47/+180
2014-11-28mac80211: add ieee80211_tx_status_noskbGravatar Felix Fietkau 2-0/+72
2014-11-28mac0211: add a helper function for fixing up tx status ratesGravatar Felix Fietkau 1-19/+33
2014-11-28mac80211: pass tx info to ieee80211_lost_packet instead of an skbGravatar Felix Fietkau 1-4/+3
2014-11-28mac80211: minstrel_ht: switch to .tx_status_noskbGravatar Felix Fietkau 1-4/+4
2014-11-28mac80211: minstrel: switch to .tx_status_noskbGravatar Felix Fietkau 1-3/+2
2014-11-28mac80211: add tx_status_noskb to rate_control_opsGravatar Felix Fietkau 1-1/+5
2014-11-28mac80211: minstrel_ht: move aggregation check to .get_rate()Gravatar Felix Fietkau 1-3/+4
2014-11-28mac80211: add more missing checks for VHT tx ratesGravatar Felix Fietkau 2-2/+3
2014-11-27mac80211: copy chandef from AP vif to VLANsGravatar Felix Fietkau 2-4/+20
2014-11-26cfg80211: clean up beacon loss CQM eventGravatar Johannes Berg 2-3/+17
2014-11-25mac80211: check if channels allow 80 MHz for VHT probe requestsGravatar Johannes Berg 1-1/+10
2014-11-24mac80211: disable 80+80/160 in VHT correctlyGravatar Johannes Berg 1-3/+7
2014-11-20Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm...Gravatar John W. Linville 21-222/+1689
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.o...Gravatar John W. Linville 8-31/+34
2014-11-19mac80211: minstrel_ht: add a small optimization to minstrel_aggr_checkGravatar Felix Fietkau 1-3/+3
2014-11-19mac80211: notify drivers on sta rate table changesGravatar Johannes Berg 3-0/+25
2014-11-19mac80211: skip legacy rate mask handling for VHT ratesGravatar Felix Fietkau 1-1/+1
2014-11-19mac80211: don't allow 40MHz tx rates in case of 20MHz chandefGravatar Eliad Peller 1-0/+2
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRGravatar Johannes Berg 7-38/+92
2014-11-19mac80211: rcu-ify scan and scheduled scan request pointersGravatar Johannes Berg 3-34/+56
2014-11-19mac80211: remove redundant checkGravatar Eliad Peller 1-1/+1
2014-11-19mac80211: synchronously reserve TID per stationGravatar Liad Kaufman 6-0/+147
2014-11-19mac80211: add specific-queue flushing supportGravatar Liad Kaufman 2-5/+18
2014-11-19mac80211: add TDLS channel-switch Rx flowGravatar Arik Nemtsov 7-1/+413
2014-11-19mac80211: introduce TDLS channel switch opsGravatar Arik Nemtsov 9-5/+362
2014-11-19mac80211: add parsing of TDLS specific IEsGravatar Arik Nemtsov 2-0/+18
2014-11-19mac80211: prepare TDLS mgmt code for channel-switch templatesGravatar Arik Nemtsov 1-25/+57
2014-11-19mac80211: track AP and peer STA TDLS chan-switch supportGravatar Arik Nemtsov 6-2/+23
2014-11-19cfg/mac80211: define TDLS channel switch feature bitGravatar Arik Nemtsov 1-3/+6
2014-11-19mac80211: add BSS coex IE to TDLS setup framesGravatar Arik Nemtsov 1-0/+15
2014-11-19mac80211: add supported channels IE during TDLS setupGravatar Arik Nemtsov 1-0/+71
2014-11-19mac80211: add function to create data frame template including keyGravatar Johannes Berg 2-0/+34
2014-11-19mac80211: factor out 802.11 header building codeGravatar Johannes Berg 1-52/+92
2014-11-19mac80211: move skb info band assignment outGravatar Johannes Berg 4-16/+16
2014-11-19mac80211: retransmit TDLS teardown packet through AP if not ACKedGravatar Liad Kaufman 4-13/+117
2014-11-19mac80211: add option for setting skb flags before xmitGravatar Liad Kaufman 2-8/+16
2014-11-18mac80211: minstrel_ht: fix a crash in rate sortingGravatar Felix Fietkau 1-9/+6
2014-11-11mac80211: refactor duplicate detectionGravatar Johannes Berg 1-5/+20
2014-11-10mac80211: add back support for radiotap vendor namespace dataGravatar Johannes Berg 1-18/+82
2014-11-10cfg80211/mac80211: allow any interface to send channel switch notificationsGravatar Luciano Coelho 1-0/+2