aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-23/+35
2012-11-30mac80211: remove probe response temporary buffer allocationJohannes Berg1-17/+9
2012-11-30mac80211: make ieee80211_build_preq_ies saferJohannes Berg1-7/+27
2012-11-27mac80211: support P2P GO powersave configurationJohannes Berg1-1/+1
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-20/+39
2012-11-26mac80211: support drivers reporting VHT RXJohannes Berg1-0/+14
2012-11-26mac80211: convert to channel definition structJohannes Berg1-20/+25
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-4/+72
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+2
2012-11-20mac80211: fix channel context suspend/reconfig handlingJohannes Berg1-0/+15
2012-11-19mac80211: check add_chanctx callback before use in ieee80211_reconfigArend van Spriel1-4/+6
2012-11-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-0/+2
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-0/+51
2012-11-09mac80211: reassign channel contexts before stationsJohannes Berg1-11/+17
2012-11-09mac80211: clarify interface iteration and make it configurableJohannes Berg1-4/+14
2012-11-09mac80211: call driver method when restart completesJohannes Berg1-1/+3
2012-11-09mac80211: don't send null data packet when not associatedJohannes Berg1-0/+2
2012-10-30mac80211: handle TX power per virtual interfaceJohannes Berg1-1/+2
2012-10-30Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-9/+37
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-7/+35
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-7/+35
2012-10-26mac80211: add explicit AP/GO driver operationsJohannes Berg1-1/+5
2012-10-25mac80211: use non-atomic bitmap operation for local variableJohannes Berg1-1/+1
2012-10-24mac80211: use blacklist for duplicate IE checkJohannes Berg1-7/+35
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+2
2012-10-17mac80211: VHT peer STA capsMahesh Palivela1-0/+12
2012-10-17ieee80211: Rename VHT cap structMahesh Palivela1-2/+2
2012-10-17mac80211: Take status code as parameter to ieee80211_send_authJouni Malinen1-2/+2
2012-10-17mac80211: track needed RX chains for channel contextsJohannes Berg1-55/+27
2012-10-17mac80211: use channel contextsJohannes Berg1-5/+36
2012-10-15mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau1-2/+2
2012-09-14mac80211: change locking around ieee80211_recalc_smpsJohannes Berg1-3/+4
2012-09-07mac80211: move ieee80211_send_deauth_disassoc outside mlme codeAntonio Quartulli1-0/+39
2012-09-06mac80211: check power constraint IE size when parsingJohannes Berg1-1/+4
2012-08-20mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg1-3/+3
2012-08-20mac80211: support P2P Device abstractionJohannes Berg1-2/+12
2012-08-20cfg80211: add P2P Device abstractionJohannes Berg1-0/+2
2012-08-20mac80211: check size of channel switch IE when parsingJohannes Berg1-2/+5
2012-07-31mac80211: fix current vs. operating channel in preq/beaconJohannes Berg1-12/+15
2012-07-31mac80211: use oper_channel in utils and configJohannes Berg1-2/+2
2012-07-31mac80211: add PS flag to bss_confEliad Peller1-1/+2
2012-07-12mac80211: iterate the virtual monitor interfaceJohannes Berg1-0/+9
2012-07-12mac80211: fix invalid band deref building preq IEsArik Nemtsov1-0/+2
2012-07-06mac80211: fix crash with single-queue driversJohannes Berg1-2/+10
2012-07-06mac80211: always set in_reconfig=false on wakeupEliad Peller1-1/+1
2012-07-02mac80211: include VHT capability IE in probe requestsMahesh Palivela1-0/+25
2012-06-28mac80211: don't expose ieee80211_add_srates_ie()Johannes Berg1-6/+4
2012-06-18mac80211: stop Rx during HW reconfigArik Nemtsov1-0/+3
2012-06-06mac80211: add stations after AP start on reconfigArik Nemtsov1-7/+30