summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mac80211: remove dummy STA supportJohannes Berg2012-02-061-110/+25
* mac80211: implement sta_add/sta_remove in sta_stateJohannes Berg2012-02-061-14/+9
* 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/+1
* 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/+1
* mac80211: station state transition error handlingJohannes Berg2012-01-301-5/+14
* mac80211: clean up rate control codeJohannes Berg2012-01-241-7/+3
* mac80211: clean up aggregation destructionJohannes Berg2012-01-241-23/+8
* 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/+57
* mac80211: delay IBSS station insertionJohannes Berg2011-12-151-20/+11
* 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
* mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau2011-11-281-4/+0
* mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit settingJanusz.Dziedzic@tieto.com2011-11-071-4/+4
* Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-10-171-4/+2
|\
| * mac80211: fix TID for null poll responseJohannes Berg2011-10-141-4/+2
* | Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-10-111-121/+515
|\|
| * mac80211: allow out-of-band EOSP notificationJohannes Berg2011-09-301-0/+25
| * mac80211: explicitly notify drivers of frame releaseJohannes Berg2011-09-301-9/+25
| * mac80211: optimise station flagsJohannes Berg2011-09-301-16/+19
| * mac80211: reply only once to each PS-pollJohannes Berg2011-09-301-11/+11
| * mac80211: send (QoS) Null if no buffered framesJohannes Berg2011-09-301-10/+90
| * mac80211: implement uAPSDJohannes Berg2011-09-301-45/+125
| * mac80211: allow releasing driver-buffered framesJohannes Berg2011-09-301-16/+66
| * mac80211: split PS buffers into ACsJohannes Berg2011-09-301-50/+154
| * mac80211: also expire filtered framesJohannes Berg2011-09-301-5/+52
| * mac80211: unify TIM bit handlingJohannes Berg2011-09-301-57/+42
| * mac80211: let drivers inform it about per TID buffered framesJohannes Berg2011-09-301-2/+6
| * Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-201-1/+1
| |\
* | \ Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-1/+1
|\ \ \ | | |/ | |/|
| * | mac80211: fix missing sta_lock in __sta_info_destroyJohannes Berg2011-09-131-1/+1
* | | Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville2011-09-191-7/+3
|\ \ \ | | |/ | |/|