summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_run.c
Commit message (Expand)AuthorAgeFilesLines
* [run] fix TSF locking in RX radiotap.adrian2016-06-041-0/+2
* run: switch to ieee80211_add_channel_list_*()avos2016-05-261-9/+27
* dev/usb: unsigned some loop indexes.pfg2016-05-061-4/+4
* dev/usb: minor spelling fixes in comments.pfg2016-05-021-3/+3
* net80211 + drivers: hide size of 'bands' array behind a macro.avos2016-04-291-1/+1
* zyd, run, ural: do not corrupt MAC addressavos2016-03-031-4/+3
* net80211 drivers: fix ieee80211_init_channels() usageavos2016-01-071-6/+7
* net80211: remove hardcoded slot time durations from driversavos2015-12-131-1/+1
* Create a USB_PNP_INFO and use it to export the existing PNPimp2015-12-111-0/+1
* net80211: WME callback cleanup in various driversavos2015-11-051-31/+5
* run(4): convert to ieee80211_tx_complete()avos2015-10-231-14/+5
* Initialize radiotap header fields before calling ieee80211_radiotap_rx()avos2015-10-221-7/+7
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...adrian2015-10-121-1/+0
* Recognise the Netgear WNDA4100 (N900) 3x3 device in run(4).gavin2015-10-081-0/+1
* Fix max TX power settings for RT5390/RT5392.kevlo2015-10-041-2/+2
* Fix run(4) mbuf queue flushing / freeing.adrian2015-10-041-1/+20
* Fix to compile using gcc-4.2 (eg mips, sparc64.)adrian2015-10-041-22/+22
* run(4): fix WME support (untested).adrian2015-10-031-21/+22
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...adrian2015-10-031-4/+3
* net80211: drop redundant 3rd parameter from iv_key_set().adrian2015-10-031-5/+3
* run(4): Add initial support for IBSS merge.adrian2015-10-031-0/+34
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapadrian2015-09-221-9/+9
* Fix a debug message which didn't quite get it right about eeprom version.kevlo2015-09-161-1/+1
* Enable TSF timer in monitor mode.kevlo2015-09-081-1/+15
* Add TSF field into TX/RX radiotap headerskevlo2015-09-081-0/+10
* Fix comparison in run_key_set_cb().kevlo2015-09-081-4/+5
* - Remove empty key_update_* functions.kevlo2015-09-081-28/+7
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-271-203/+115
* Further conversions from ifp->if_softc -> ic_softc.adrian2015-08-201-24/+23
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-081-137/+226
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-071-226/+137
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-251-21/+20
* Set ic_softc in all 802.11 drivers. Not required right now, but will beglebius2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soglebius2015-05-251-0/+1
* Add new USB ID.kevlo2015-04-191-1/+2
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canhselasky2015-01-051-1/+1
* Fix the kernel panic in hostap mode.kevlo2014-10-221-0/+6
* Mechanically convert to if_inc_counter().glebius2014-09-191-15/+15
* Fix typo: s/mac_rev/mac_ver/kevlo2014-08-261-1/+1
* If eapol packets are sent at the lowest rate, key negotiation willkevlo2014-08-201-5/+5
* Remove D-Link DWA140 rev D1 by accident.kevlo2014-06-051-0/+1
* Add new USB ID.hselasky2014-04-011-0/+1
* - Temporary fix for race in RUN driver which canhselasky2014-03-051-5/+12
* Add a flag to run's device list which uses a standard scsi eject.kevlo2014-02-251-3/+6
* Fix a range check for maximum transmit length. The existing code washselasky2014-01-311-5/+3
* Fix comment.kevlo2014-01-241-1/+1
* Get rid of memmove(). It's not portable.kevlo2014-01-241-17/+4
* Revert r261014. Let Kevin fix it.hselasky2014-01-231-25/+17
* - Fix some non-portable code with regard to endianness. Don't use memmove().hselasky2014-01-221-17/+25
* Fix a logic error when checking if Tx power entries are greater than 31.kevlo2014-01-111-3/+3
OpenPOWER on IntegriCloud