summaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-12-061-23/+35
|\
| * mac80211: remove probe response temporary buffer allocationJohannes Berg2012-11-301-17/+9Star
| * mac80211: make ieee80211_build_preq_ies saferJohannes Berg2012-11-301-7/+27
| * mac80211: support P2P GO powersave configurationJohannes Berg2012-11-271-1/+1
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-261-20/+39
|\|
| * mac80211: support drivers reporting VHT RXJohannes Berg2012-11-261-0/+14
| * mac80211: convert to channel definition structJohannes Berg2012-11-261-20/+25
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-211-4/+72
|\|
| * mac80211: fix channel context suspend/reconfig handlingJohannes Berg2012-11-201-0/+15
| * mac80211: check add_chanctx callback before use in ieee80211_reconfigArend van Spriel2012-11-191-4/+6
| * mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-0/+51
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-0/+2
|\ \ | |/ |/|
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-141-0/+2
| |\
| | * mac80211: don't send null data packet when not associatedJohannes Berg2012-11-091-0/+2
* | | mac80211: reassign channel contexts before stationsJohannes Berg2012-11-091-11/+17
* | | mac80211: clarify interface iteration and make it configurableJohannes Berg2012-11-091-4/+14
* | | mac80211: call driver method when restart completesJohannes Berg2012-11-091-1/+3
* | | mac80211: handle TX power per virtual interfaceJohannes Berg2012-10-301-1/+2
* | | Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2012-10-301-9/+37
|\ \ \
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-291-7/+35
| |\| |
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-10-291-7/+35
| | |\|
| | | * mac80211: use blacklist for duplicate IE checkJohannes Berg2012-10-241-7/+35
| * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-10-291-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-231-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau2012-10-151-2/+2
| | | |/ | | |/|
* | | | mac80211: add explicit AP/GO driver operationsJohannes Berg2012-10-261-1/+5
| |_|/ |/| |
* | | mac80211: use non-atomic bitmap operation for local variableJohannes Berg2012-10-251-1/+1
|/ /
* | mac80211: VHT peer STA capsMahesh Palivela2012-10-171-0/+12
* | ieee80211: Rename VHT cap structMahesh Palivela2012-10-171-2/+2
* | mac80211: Take status code as parameter to ieee80211_send_authJouni Malinen2012-10-171-2/+2
* | mac80211: track needed RX chains for channel contextsJohannes Berg2012-10-171-55/+27Star
* | mac80211: use channel contextsJohannes Berg2012-10-171-5/+36
|/
* mac80211: change locking around ieee80211_recalc_smpsJohannes Berg2012-09-141-3/+4
* mac80211: move ieee80211_send_deauth_disassoc outside mlme codeAntonio Quartulli2012-09-071-0/+39
* mac80211: check power constraint IE size when parsingJohannes Berg2012-09-061-1/+4
* mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg2012-08-201-3/+3
* mac80211: support P2P Device abstractionJohannes Berg2012-08-201-2/+12
* cfg80211: add P2P Device abstractionJohannes Berg2012-08-201-0/+2
* mac80211: check size of channel switch IE when parsingJohannes Berg2012-08-201-2/+5
* mac80211: fix current vs. operating channel in preq/beaconJohannes Berg2012-07-311-12/+15
* mac80211: use oper_channel in utils and configJohannes Berg2012-07-311-2/+2
* mac80211: add PS flag to bss_confEliad Peller2012-07-311-1/+2
* mac80211: iterate the virtual monitor interfaceJohannes Berg2012-07-121-0/+9
* mac80211: fix invalid band deref building preq IEsArik Nemtsov2012-07-121-0/+2
* mac80211: fix crash with single-queue driversJohannes Berg2012-07-061-2/+10
* mac80211: always set in_reconfig=false on wakeupEliad Peller2012-07-061-1/+1
* mac80211: include VHT capability IE in probe requestsMahesh Palivela2012-07-021-0/+25
* mac80211: don't expose ieee80211_add_srates_ie()Johannes Berg2012-06-281-6/+4Star
* mac80211: stop Rx during HW reconfigArik Nemtsov2012-06-181-0/+3
* mac80211: add stations after AP start on reconfigArik Nemtsov2012-06-061-7/+30