summaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "mac80211: refactor virtual monitor code"Johannes Berg2012-07-131-2/+14
* mac80211: iterate the virtual monitor interfaceJohannes Berg2012-07-121-10/+19
* mac80211: make scan_sdata pointer usable with RCUJohannes Berg2012-07-121-4/+5
* cfg80211: use wireless_dev for interface managementJohannes Berg2012-07-121-3/+3
* mac80211: refactor virtual monitor codeMichal Kazior2012-06-291-14/+2
* mac80211: make __ieee80211_recalc_idle staticJohannes Berg2012-06-261-121/+121
* mac80211: make ieee80211_check_concurrent_iface netdev-independentJohannes Berg2012-06-261-5/+3
* mac80211: clean up debuggingJohannes Berg2012-06-241-12/+1
* mac80211: save wmm_acm per sdataYoni Divinsky2012-06-201-1/+1
* mac80211: unify SW/offload remain-on-channelJohannes Berg2012-06-061-19/+4
* mac80211: do remain-on-channel while idleJohannes Berg2012-06-061-10/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-061-0/+12
|\
| * mac80211: clean up remain-on-channel on interface stopJohannes Berg2012-06-041-0/+12
* | net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-06-051-2/+2
* | mac80211: allow low-level drivers to set netdev feature bitsArik Nemtsov2012-06-051-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville2012-05-221-1/+3
|\
| * mac80211: fix single queue driversJohannes Berg2012-05-161-1/+3
* | mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-2/+2
|\
| * mac80211: call ieee80211_mgd_stop() on interface stopEliad Peller2012-04-241-2/+2
* | mac80211: Adds clean sdata helperAndrei Emeltchenko2012-04-241-4/+15
* | mac80211: check IEEE80211_HW_QUEUE_CONTROL in ieee80211_check_queues()Luciano Coelho2012-04-161-1/+2
* | mac80211: clean up an ieee80211_do_open error pathJohannes Berg2012-04-111-3/+3
* | mac80211: add improved HW queue controlJohannes Berg2012-04-111-0/+62
* | mac80211: add explicit monitor interface if neededJohannes Berg2012-04-111-0/+65
* | mac80211: manage AP netdev carrier stateJohannes Berg2012-04-111-2/+7
* | mac80211: use IEEE80211_NUM_ACSJohannes Berg2012-04-101-1/+1
* | mac80211: decouple # of netdev queues from HW queuesJohannes Berg2012-04-101-1/+5
|/
* mac80211: combine QoS with other BSS changesJohannes Berg2012-03-051-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-291-0/+3
|\
| * mac80211: Fix a warning on changing to monitor mode from STAMohammed Shafi Shajakhan2012-02-211-0/+3
* | mac80211: fix auth/assoc data & timer leakJohannes Berg2012-02-271-0/+2
* | mac80211: support hw scan while idleEliad Peller2012-02-061-1/+2
* | mac80211: redesign auth/assocJohannes Berg2012-02-061-1/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-011-0/+1
|\|
| * mac80211: set bss_conf.idle when vif is connectedEliad Peller2012-01-241-0/+1
* | mac80211: add support for mcs masksSimon Wunderlich2012-01-301-0/+7
* | mac80211: station state transition error handlingJohannes Berg2012-01-301-3/+3
|/
* mac80211: refactor station state transitionsJohannes Berg2011-12-151-2/+3
* mac80211: fix forwarded mesh frame queue mappingThomas Pedersen2011-11-281-14/+1
* mac80211: Add NoAck per tid supportSimon Wunderlich2011-11-281-0/+2
* mac80211: use kfree_skb() instead of kfree()Dan Carpenter2011-11-171-1/+1
* mac80211: Save probe response data for bssArik Nemtsov2011-11-111-1/+5
* mac80211: set carrier_on for ibss vifs only while joinedEliad Peller2011-11-111-1/+2
* mac80211: add support for control port protocol in AP modeJohannes Berg2011-11-091-1/+12
* mac80211: verify virtual interfaces in driver APIJohannes Berg2011-11-091-3/+3
* mac80211: call set_wmm_default only for valid vifsEliad Peller2011-11-081-8/+8
* Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-10-111-2/+2
|\
| * mac80211: optimise station flagsJohannes Berg2011-09-301-2/+2
* | Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-09-301-6/+4
|\|