summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-20/+38
2012-10-19mac80211: make client powersave independent of interface typeMarco Porsch6-74/+122
2012-10-18nl/cfg80211: force scan using an AP vif if requestedAntonio Quartulli2-2/+13
2012-10-18mac80211: fix copy-paste typo in KconfigMarco Porsch1-1/+1
2012-10-18mac80211: use __printf attribute in debugfsJohannes Berg1-3/+3
2012-10-18mac80211: remove some unused codeJohannes Berg4-18/+4
2012-10-18mac80211: remove unimplemented mesh vendor syncJohannes Berg3-54/+5
2012-10-18mac80211: Notify new IBSS network creationSujith Manoharan1-3/+8
2012-10-18mac80211: add support for tx to abort low priority scan requestsSam Leffler3-4/+22
2012-10-18wireless: use OR operation to set wiphy featuresJohannes Berg1-3/+3
2012-10-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-15/+31
2012-10-17mac80211: connect with HT20 if HT40 is not permittedJohannes Berg1-10/+20
2012-10-17{nl,cfg}80211: Peer STA VHT capsMahesh Palivela1-0/+5
2012-10-17mac80211: VHT peer STA capsMahesh Palivela5-0/+60
2012-10-17ieee80211: Rename VHT cap structMahesh Palivela3-5/+5
2012-10-17mac80211: move out the non-statistics variable estab_plinks from mesh_statAshok Nagarajan5-6/+6
2012-10-17mac80211: Use appropriate debug wrapperMohammed Shafi Shajakhan1-2/+2
2012-10-17mac80211: Allow station mode SAE to be implemented in user spaceJouni Malinen3-7/+43
2012-10-17mac80211: Add debug print on unexpect authentication stateJouni Malinen1-1/+6
2012-10-17mac80211: Take status code as parameter to ieee80211_send_authJouni Malinen4-7/+7
2012-10-17mac80211: add channel context iteratorJohannes Berg1-2/+20
2012-10-17mac80211: track needed RX chains for channel contextsJohannes Berg11-91/+205
2012-10-17mac80211: use channel contextsJohannes Berg16-466/+586
2012-10-16mac80211: track whether to use channel contextsJohannes Berg5-0/+37
2012-10-16mac80211: check channel context methodsJohannes Berg1-0/+7
2012-10-16mac80211: reuse channels for channel contextsMichal Kazior1-1/+58
2012-10-16mac80211: use channel context notificationsMichal Kazior1-2/+19
2012-10-16mac80211: introduce new ieee80211_opsMichal Kazior2-0/+172
2012-10-16mac80211: introduce channel context skeleton codeMichal Kazior3-0/+185
2012-10-15mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau3-5/+5
2012-10-15mac80211: check if key has TKIP type before updating IVStanislaw Gruszka1-1/+2
2012-10-15cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka1-2/+3
2012-10-15Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg29-697/+1122
2012-10-08mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau2-12/+14
2012-10-08mac80211: call drv_get_tsf() in sleepable contextThomas Pedersen1-2/+1
2012-10-01mac80211: Fix FC masking in BIP AAD generationJouni Malinen1-3/+8
2012-09-21mac80211: don't send delBA on addBA failureJohannes Berg1-1/+1
2012-09-21mac80211: don't send delBA when removing stationsJohannes Berg1-1/+1
2012-09-21mac80211: don't send delBA before disassocJohannes Berg1-1/+1
2012-09-20mac80211: fix IBSS auth TX debug messageSylvain Roger Rieunier1-1/+1
2012-09-19cfg80211: constify name parameter to add_virtual_intfJohannes Berg1-1/+2
2012-09-19mac80211: make reset debugfs depend on CONFIG_PMJohannes Berg1-0/+4
2012-09-14mac80211: allow re-open the blocked peer link in meshChun-Yeow Yeoh1-1/+2
2012-09-14mac80211: change locking around ieee80211_recalc_smpsJohannes Berg4-8/+5
2012-09-14mac80211: handle power constraint/country IE betterJohannes Berg3-22/+72
2012-09-11mac80211: remove unneeded CONFIG_PM ifdefJohannes Berg1-13/+0
2012-09-10mac80211: validate skb->dev in the tx status pathFelix Fietkau1-18/+30
2012-09-10mac80211: use call_rcu() on sta deletionEliad Peller3-57/+81
2012-09-10mac80211: add key flag for management keysJohannes Berg2-1/+33
2012-09-07mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSSAntonio Quartulli1-1/+32