summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ibss.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix ibss scanningStanislaw Gruszka2013-01-031-5/+4Star
* Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-12-111-0/+14
|\
| * mac80211: adapt slot time in IBSS modeSimon Wunderlich2012-12-041-0/+14
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-261-19/+27
|\|
| * mac80211: convert to channel definition structJohannes Berg2012-11-261-16/+18
| * nl80211/cfg80211: support VHT channel configurationJohannes Berg2012-11-261-6/+7
| * cfg80211: pass a channel definition structJohannes Berg2012-11-261-9/+12
| * mac80211: in ADHOC print debug message for every Auth messageAntonio Quartulli2012-11-261-2/+4
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-211-24/+5Star
|\|
| * mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-24/+5Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-4/+4
|\ \ | |/ |/|
| * mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich2012-11-131-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-291-1/+1
|\|
| * mac80211: fix SSID copy on IBSS JOINAntonio Quartulli2012-10-261-1/+1
* | mac80211: Notify new IBSS network creationSujith Manoharan2012-10-181-3/+8
* | mac80211: Take status code as parameter to ieee80211_send_authJouni Malinen2012-10-171-2/+2
* | mac80211: track needed RX chains for channel contextsJohannes Berg2012-10-171-0/+3
* | mac80211: use channel contextsJohannes Berg2012-10-171-36/+34Star
|/
* mac80211: fix IBSS auth TX debug messageSylvain Roger Rieunier2012-09-201-1/+1
* mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSSAntonio Quartulli2012-09-071-1/+32
* mac80211: add supported rates change notification in IBSSAntonio Quartulli2012-08-201-1/+4
* mac80211: use eth_broadcast_addrJohannes Berg2012-07-311-1/+1
* mac80211: use oper_channel in ibssJohannes Berg2012-07-311-4/+4
* mac80211: clean up debuggingJohannes Berg2012-06-241-46/+43Star
* mac80211: two small verbose debug cleanupsJohannes Berg2012-06-221-1/+1
* mac80211: send auth in IBSS only if userspace isn't handling itWill Hawkins2012-06-201-1/+1
* cfg80211: simplify cfg80211_can_beacon_sec_chan APIJohannes Berg2012-06-051-2/+1Star
* net: mac80211: Add and use ibss_vdbg debugging macroJoe Perches2012-06-051-51/+28Star
* net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-06-051-49/+39Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville2012-05-221-0/+5
|\
| * mac80211: Push the deleted comment to correct placeAshok Nagarajan2012-05-161-0/+5
* | net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-6/+4Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-05-151-1/+1
|\|
| * mac80211: Advertise HT protection mode in IEsAshok Nagarajan2012-05-091-1/+1
* | mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-241-2/+2
|\
| * mac80211: fix logic error in ibss channel type checkFelix Fietkau2012-04-171-2/+2
* | mac80211: Modify sta_get_rates to give basic ratesAshok Nagarajan2012-04-111-2/+2
* | mac80211: use IEEE80211_NUM_ACSJohannes Berg2012-04-101-1/+1
* | wireless: rename ht_info to ht_operationJohannes Berg2012-04-091-9/+7Star
|/
* mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau2012-03-051-5/+5
* mac80211: clean up asm/unaligned.h inclusionJohannes Berg2012-02-271-1/+0Star
* cfg80211/mac80211: userspace peer authorization in IBSSAntonio Quartulli2012-02-061-1/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-011-0/+1
|\
| * mac80211: update oper_channel on ibss joinEliad Peller2012-01-241-0/+1
* | mac80211: station state transition error handlingJohannes Berg2012-01-301-3/+3
* | Revert "mac80211: Do not scan for IBSS merge with a fixed BSSID."John W. Linville2012-01-301-3/+2Star
* | mac80211: Do not scan for IBSS merge with a fixed BSSID.Nicolas Cavallari2012-01-271-2/+3
* | mac80211: in IBSS use the Auth frame to trigger STA reinsertionAntonio Quartulli2012-01-241-36/+49
* | mac80211: add a 2-way Authentication challenge to IBSS modeAntonio Quartulli2012-01-241-0/+7