aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mac80211_hwsim.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-12mac80211_hwsim: Fix set mactime on receiver hwsim radioGravatar Ashok Nagarajan 1-1/+2
2012-03-06mac80211: Modify tsf via debugfs in mesh interfacesGravatar Javier Cardona 1-0/+18
2012-03-06mac80211_hwsim: Add tsf to beacons, probe responses and radiotap header.Gravatar Javier Cardona 1-1/+26
2012-02-27mac80211_hwsim: correctly line up a multiline printkGravatar Antonio Quartulli 1-1/+1
2012-02-27wireless: Fix typo in mac80211_hwsim.cGravatar Masanari Iida 1-4/+4
2011-12-19net: fix assignment of 0/1 to bool variables.Gravatar Rusty Russell 1-2/+2
2011-12-16mac80211_hwsim: fix wmediumd_pidGravatar Johannes Berg 1-11/+10
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar John W. Linville 1-0/+1
2011-11-08mac80211_hwsim: Claim support for TDLSGravatar Jouni Malinen 1-0/+2
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itGravatar Paul Gortmaker 1-0/+1
2011-10-03mac80211: pass vif param to conf_tx() callbackGravatar Eliad Peller 1-1/+2
2011-08-10mac80211_hwsim: Fix RX status reporting for HTGravatar Jouni Malinen 1-0/+6
2011-06-27mac80211: restrict advertised HW scan ratesGravatar Johannes Berg 1-0/+2
2011-06-01mac80211_hwsim driver support userspace frame tx/rxGravatar Javier Lopez 1-15/+447
2011-05-05net: call dev_alloc_name from register_netdeviceGravatar Jiri Pirko 1-10/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-02-25mac80211: make tx() operation return voidGravatar Johannes Berg 1-3/+2
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeGravatar Johannes Berg 1-1/+2
2010-11-15mac80211_hwsim: Incorporate txpower into rssiGravatar Blaise Gassend 1-1/+4
2010-09-16mac80211: add p2p device type supportGravatar Johannes Berg 1-4/+11
2010-08-27mac80211_hwsim: support runtime iftype changesGravatar Johannes Berg 1-0/+13
2010-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-1/+1
2010-08-24mac80211-hwsim: allow configuring IBSSGravatar Johannes Berg 1-2/+5
2010-08-18drivers/net/wireless: Restore upper case words in wiphy_<level> messagesGravatar Joe Perches 1-1/+1
2010-07-27drivers/net/wireless: Use wiphy_<level>Gravatar Joe Perches 1-53/+46
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar David S. Miller 1-0/+5
2010-06-18mac80211_hwsim: fix fake_hw_scanGravatar Johannes Berg 1-0/+5
2010-06-03drivers/net: use __packed annotationGravatar Eric Dumazet 1-1/+1
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-9/+10
2010-05-07mac80211: improve HT channel handlingGravatar Johannes Berg 1-9/+10
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-2/+4
2010-05-03mac80211_hwsim: fix double-scan detectionGravatar Johannes Berg 1-1/+1
2010-05-03mac80211: allow controlling aggregation manuallyGravatar Johannes Berg 1-1/+2
2010-04-27mac80211: give virtual interface to hw_scanGravatar Johannes Berg 1-0/+1
2010-04-23Merge branch 'master' into for-davemGravatar John W. Linville 1-0/+28
2010-04-20mac80211: sample survey implementation for mac80211 & hwsimGravatar Holger Schurig 1-0/+28
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-4/+41
2010-04-08mac80211_hwsim: add sw_scan sw_scan_completeGravatar Luis R. Rodriguez 1-4/+41
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-19mac80211_hwsim: convert to new station add/remove callbacksGravatar Johannes Berg 1-6/+26
2010-02-08mac80211_hwsim: add fake hw scan handlerGravatar Johannes Berg 1-1/+43
2010-01-22cfg80211: export multiple MAC addresses in sysfsGravatar Johannes Berg 1-1/+7
2009-12-28mac80211: remove struct ieee80211_if_init_confGravatar Johannes Berg 1-9/+9
2009-12-28mac80211: introduce flush operationGravatar Johannes Berg 1-0/+11
2009-12-22mac80211_hwsim: Check all local addresses for TX Ack statusGravatar Jouni Malinen 1-2/+33
2009-12-22mac80211_hwsim: implement ampdu actionGravatar Johannes Berg 1-0/+26
2009-12-22mac80211: enable spatial multiplexing powersaveGravatar Johannes Berg 1-4/+20
2009-11-19cfg80211: convert bools into flagsGravatar Johannes Berg 1-9/+9
2009-11-02mac80211_hwsim: Send ACK frames on the hwsim0 interfaceGravatar Jouni Malinen 1-0/+47
2009-11-02mac80211_hwsim: Check idle state on TXGravatar Jouni Malinen 1-2/+11