summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
Commit message (Expand)AuthorAgeFilesLines
* mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau2012-11-101-0/+2
* mac80211: handle power constraint/country IE betterJohannes Berg2012-09-141-1/+1
* mac80211: remove unneeded CONFIG_PM ifdefJohannes Berg2012-09-111-13/+0Star
* mac80211: move ieee80211_send_deauth_disassoc outside mlme codeAntonio Quartulli2012-09-071-0/+5
* mac80211: check power constraint IE size when parsingJohannes Berg2012-09-061-1/+0Star
* mac80211: disconnect if channel switch failsJohannes Berg2012-09-061-0/+1
* mac80211: don't hang on to sched_scan_iesJohannes Berg2012-09-061-1/+0Star
* mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg2012-08-201-1/+2
* mac80211: support P2P Device abstractionJohannes Berg2012-08-201-0/+4
* mac80211: make ieee80211_beacon_connection_loss_work staticJohannes Berg2012-08-201-1/+0Star
* mac80211: check size of channel switch IE when parsingJohannes Berg2012-08-201-2/+1Star
* mac80211: avoid using synchronize_rcu in ieee80211_set_probe_respEyal Shapira2012-08-201-1/+7
* mac80211: use correct channel in TXJohannes Berg2012-07-311-2/+0Star
* mac80211: fix current vs. operating channel in preq/beaconJohannes Berg2012-07-311-2/+5
* mac80211: add PS flag to bss_confEliad Peller2012-07-311-0/+1
* mac80211: VHT (11ac) associationMahesh Palivela2012-07-311-0/+1
* Revert "mac80211: refactor virtual monitor code"Johannes Berg2012-07-131-4/+0Star
* mac80211: add time synchronisation with BSS for assocJohannes Berg2012-07-121-0/+2
* mac80211: redesign scan RXJohannes Berg2012-07-121-5/+1Star
* mac80211: track scheduled scan virtual interfaceJohannes Berg2012-07-121-1/+1
* mac80211: make scan_sdata pointer usable with RCUJohannes Berg2012-07-121-1/+1
* cfg80211: use wireless_dev for interface managementJohannes Berg2012-07-121-1/+1
* cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg2012-07-091-0/+6
* mac80211: include VHT capability IE in probe requestsMahesh Palivela2012-07-021-0/+2
* mac80211: refactor virtual monitor codeMichal Kazior2012-06-291-0/+4
* mac80211: don't expose ieee80211_add_srates_ie()Johannes Berg2012-06-281-0/+4
* mac80211: make __ieee80211_recalc_idle staticJohannes Berg2012-06-261-1/+0Star
* mac80211: clean up debuggingJohannes Berg2012-06-241-0/+1
* mac80211: Track auth frame registrations on IBSS ifacesWill Hawkins2012-06-201-0/+1
* mac80211: save wmm_acm per sdataYoni Divinsky2012-06-201-1/+3
* mac80211: set only VO as a U-APSD enabled ACArik Nemtsov2012-06-181-4/+7
* mac80211: stop Rx during HW reconfigArik Nemtsov2012-06-181-0/+3
* mac80211: unify SW/offload remain-on-channelJohannes Berg2012-06-061-65/+24Star
* mac80211: simplify association HT parametersJohannes Berg2012-06-051-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-05-151-1/+2
|\
| * mac80211: Advertise HT protection mode in IEsAshok Nagarajan2012-05-091-1/+2
* | mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-081-1/+1
|\
| * mac80211: call ieee80211_mgd_stop() on interface stopEliad Peller2012-04-241-1/+1
* | mac80211: rename AP variable num_sta_authorized to num_mcast_staFelix Fietkau2012-04-241-1/+1
* | mac80211: Support on-channel scan option.Ben Greear2012-04-231-0/+3
* | mac80211: remove ieee80211_rx_bss_getMohammed Shafi Shajakhan2012-04-131-3/+0Star
* | mac80211: remove hw.conf.channel usage where possibleMichal Kazior2012-04-131-1/+1
* | mac80211: do not scan and monitor connection in parallelStanislaw Gruszka2012-04-131-0/+1
* | mac80211: add improved HW queue controlJohannes Berg2012-04-111-0/+1
* | mac80211: add explicit monitor interface if neededJohannes Berg2012-04-111-0/+3
* | mac80211: Modify sta_get_rates to give basic ratesAshok Nagarajan2012-04-111-1/+1
* | mac80211: Implement mesh synchronization frameworkJavier Cardona2012-04-101-0/+23
* | mac80211: refuse TX queue configuration on non-QoS HWJohannes Berg2012-04-101-1/+1
* | mac80211: remove queue stop on rate control updateJohannes Berg2012-04-101-1/+0Star