aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mac80211_hwsim.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg1-1/+2
2010-11-15mac80211_hwsim: Incorporate txpower into rssiBlaise Gassend1-1/+4
2010-09-16mac80211: add p2p device type supportJohannes Berg1-4/+11
2010-08-27mac80211_hwsim: support runtime iftype changesJohannes Berg1-0/+13
2010-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2010-08-24mac80211-hwsim: allow configuring IBSSJohannes Berg1-2/+5
2010-08-18drivers/net/wireless: Restore upper case words in wiphy_<level> messagesJoe Perches1-1/+1
2010-07-27drivers/net/wireless: Use wiphy_<level>Joe Perches1-53/+46
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-0/+5
2010-06-18mac80211_hwsim: fix fake_hw_scanJohannes Berg1-0/+5
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-9/+10
2010-05-07mac80211: improve HT channel handlingJohannes Berg1-9/+10
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+4
2010-05-03mac80211_hwsim: fix double-scan detectionJohannes Berg1-1/+1
2010-05-03mac80211: allow controlling aggregation manuallyJohannes Berg1-1/+2
2010-04-27mac80211: give virtual interface to hw_scanJohannes Berg1-0/+1
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-0/+28
2010-04-20mac80211: sample survey implementation for mac80211 & hwsimHolger Schurig1-0/+28
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-4/+41
2010-04-08mac80211_hwsim: add sw_scan sw_scan_completeLuis R. Rodriguez1-4/+41
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-19mac80211_hwsim: convert to new station add/remove callbacksJohannes Berg1-6/+26
2010-02-08mac80211_hwsim: add fake hw scan handlerJohannes Berg1-1/+43
2010-01-22cfg80211: export multiple MAC addresses in sysfsJohannes Berg1-1/+7
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg1-9/+9
2009-12-28mac80211: introduce flush operationJohannes Berg1-0/+11
2009-12-22mac80211_hwsim: Check all local addresses for TX Ack statusJouni Malinen1-2/+33
2009-12-22mac80211_hwsim: implement ampdu actionJohannes Berg1-0/+26
2009-12-22mac80211: enable spatial multiplexing powersaveJohannes Berg1-4/+20
2009-11-19cfg80211: convert bools into flagsJohannes Berg1-9/+9
2009-11-02mac80211_hwsim: Send ACK frames on the hwsim0 interfaceJouni Malinen1-0/+47
2009-11-02mac80211_hwsim: Check idle state on TXJouni Malinen1-2/+11
2009-10-30mac80211_hwsim: don't register CCK rates on 5ghzJohannes Berg1-3/+4
2009-09-29mac80211_hwsim: Fix initial beacon timer configurationJouni Malinen1-0/+3
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-3/+1
2009-07-24wireless: remove print_mac usesJohannes Berg1-2/+0
2009-07-24mac80211_hwsim: report fixed signal strengthJohannes Berg1-2/+4
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2009-07-21mac80211_hwsim: fix use after freeJohannes Berg1-2/+2
2009-07-21mac80211_hwsim: fix unregistrationJohannes Berg1-1/+1
2009-07-10hwsim: make testmode_cmd staticJohannes Berg1-1/+2
2009-07-10cfg80211: introduce nl80211 testmode commandJohannes Berg1-0/+68
2009-07-10mac80211_hwsim: fix-up build damage from removal of skb->dstJohn W. Linville1-2/+1
2009-07-10mac80211_hwsim: clean up the skb before passing it backJohannes Berg1-0/+10
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-1/+2
2009-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-07-08mac80211_hwsim: avoid NULL accessJohannes Berg1-0/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1