summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: initialize power mode for mesh STAsThomas Pedersen2013-06-241-0/+1
* mac80211: fix TX aggregation TID struct leakJohannes Berg2013-06-131-0/+1
* mac80211: add a tx control flag to indicate PS-Poll/uAPSD responseFelix Fietkau2013-06-041-1/+3
* mac80211: add support for per-chain signal strength reportingFelix Fietkau2013-05-161-0/+2
* mac80211: batch key free synchronize_net()Johannes Berg2013-03-111-9/+3
* mac80211: remove underscores from some key functionsJohannes Berg2013-03-111-4/+4
* mac80211: Call drv_set_tim only if there is a changeIlan Peer2013-03-071-0/+13
* mac80211: provide ieee80211_sta_eosp()Johannes Berg2013-03-071-17/+3
* mac80211: init mesh timer for user authed STAsThomas Pedersen2013-03-061-0/+5
* mac80211: defer tailroom counter manipulation when roamingJohannes Berg2013-03-061-2/+4
* mac80211: stop modifying HT SMPS capabilityJohannes Berg2013-02-151-0/+2
* mac80211: use spin_lock_bh() for tim_lockJohannes Berg2013-02-151-3/+2
* mac80211: fix auth/assoc timeout handlingJohannes Berg2013-02-151-0/+2
* mac80211: fix mesh sta teardownThomas Pedersen2013-02-111-7/+2
* mac80211: mesh power save basicsMarco Porsch2013-02-041-2/+18
* mac80211: clean up mesh sta allocation warningThomas Pedersen2013-01-241-5/+0
* mac80211: split aggregation stop by reasonJohannes Berg2013-01-031-1/+1
* mac80211: optimise AP stop RCU handlingJohannes Berg2013-01-031-2/+0
* mac80211: optimise roaming time againJohannes Berg2013-01-031-10/+17
* mac80211: remove final sta_info_flush()Johannes Berg2013-01-031-17/+6
* mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg2013-01-031-1/+1
* mac80211: fix station destruction in AP/mesh modesJohannes Berg2013-01-031-4/+40
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-261-1/+1
|\
| * mac80211: convert to channel definition structJohannes Berg2012-11-261-1/+1
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-211-5/+5
|\|
| * mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg2012-11-191-5/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-3/+8
|\ \ | |/ |/|
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-141-3/+8
| |\
| | * mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau2012-11-101-3/+3
| | * mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov2012-11-051-0/+5
* | | 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: make client powersave independent of interface typeMarco Porsch2012-10-191-11/+32
* | mac80211: Use appropriate debug wrapperMohammed Shafi Shajakhan2012-10-171-2/+2
* | mac80211: use channel contextsJohannes Berg2012-10-171-1/+11
|/
* mac80211: don't send delBA when removing stationsJohannes Berg2012-09-211-1/+1
* mac80211: use call_rcu() on sta deletionEliad Peller2012-09-101-54/+67
* mac80211: clean up debuggingJohannes Berg2012-06-241-27/+17
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-061-2/+2
|\
| * mac80211: fix non RCU-safe sta_list manipulationArik Nemtsov2012-06-041-2/+2
* | net: mac80211: Add and use ibss_vdbg debugging macroJoe Perches2012-06-051-4/+2
* | net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-06-051-12/+9
|/
* mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-4/+4
* mac80211: fix num_mcast_sta counting issuesFelix Fietkau2012-04-241-4/+8
* mac80211: rename AP variable num_sta_authorized to num_mcast_staFelix Fietkau2012-04-241-2/+2
* mac80211: end service period only after sending last buffered frameMarco Porsch2012-04-091-7/+9
* mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau2012-03-051-2/+3
* mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg2012-02-291-2/+2
* mac80211: fix sta_info_flush() return valueJohannes Berg2012-02-271-1/+3
* mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printkFelix Fietkau2012-02-081-0/+2