summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+17Star
* 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/+2Star
* | net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-06-051-12/+9Star
|/
* mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-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
* mac80211: remove dummy STA supportJohannes Berg2012-02-061-110/+25Star
* mac80211: implement sta_add/sta_remove in sta_stateJohannes Berg2012-02-061-14/+9Star
* mac80211: add sta_state callbackJohannes Berg2012-02-061-17/+89
* mac80211: add NOTEXIST station stateJohannes Berg2012-02-061-0/+2
* mac80211: simplify AP_VLAN handlingJohannes Berg2012-02-061-7/+1Star
* mac80211: Move num_sta_ps counter decrement after synchronize_rcuHelmut Schaa2012-01-301-9/+9
* mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_endHelmut Schaa2012-01-301-1/+3
* mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroyHelmut Schaa2012-01-301-3/+1Star
* mac80211: station state transition error handlingJohannes Berg2012-01-301-5/+14
* mac80211: clean up rate control codeJohannes Berg2012-01-241-7/+3Star
* mac80211: clean up aggregation destructionJohannes Berg2012-01-241-23/+8Star
* mac80211: Fix possible race between sta_unblock and network softirqHelmut Schaa2012-01-171-2/+4
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-3/+3
* mac80211: fix kernel panic in IBSS due to a regressionMohammed Shafi Shajakhan2012-01-041-1/+4
* mac80211: ibss should not purge clients it is not responsible forMarek Lindner2011-12-211-0/+3
* mac80211: Fixing sparse warning at sta_info.cYogesh Ashok Powar2011-12-191-2/+7
* mac80211: reduce station management complexityJohannes Berg2011-12-151-194/+57Star
* mac80211: delay IBSS station insertionJohannes Berg2011-12-151-20/+11Star
* mac80211: make address arguments to sta_info_alloc constJohannes Berg2011-12-151-1/+1
* mac80211: count authorized stations per BSSJohannes Berg2011-12-151-5/+9
* mac80211: refactor station state transitionsJohannes Berg2011-12-151-6/+59
* mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar2011-12-131-0/+25