Commit Graph

151 Commits (f9dcbcc9e338d08c0f7de7eba4eaafbbb7f81249)

Author SHA1 Message Date
Johannes Berg 4a6967b88a mwl8k: convert to new station add/remove callbacks 15 years ago
Pavel Roskin 0466236085 mwl8k: disable softirqs when accessing sta_notify_list 15 years ago
Kalle Valo 8ccbc3b8b0 mwl8k: remove get_tx_stats() mac80211 op 15 years ago
Johannes Berg 56007a028c mac80211: wait for beacon before enabling powersave 15 years ago
Lennert Buytenhek a5fb297d63 mwl8k: update version number (to 0.12) and copyright 15 years ago
Lennert Buytenhek ee0ddf1865 mwl8k: enable multi-BSS AP operation 15 years ago
Lennert Buytenhek aa21d0f69a mwl8k: post per-vif firmware commands as per-vif commands 15 years ago
Lennert Buytenhek f57ca9c1af mwl8k: prepare for posting per-vif firmware commands 15 years ago
Lennert Buytenhek f5bb87cfba mwl8k: convert the priv->vif pointer to a list of vifs 15 years ago
Lennert Buytenhek 06953235f4 mwl8k: use firmware capability field to decide which bands to register 15 years ago
Lennert Buytenhek 42574ea227 mwl8k: allow selecting 5 GHz channels 15 years ago
Lennert Buytenhek 8707d02625 mwl8k: handle 5 GHz legacy rate bitmaps in firmware commands 15 years ago
Lennert Buytenhek 854783444b mwl8k: properly set receive status rate index on 5 GHz receive 15 years ago
Lennert Buytenhek 4eae9edd38 mwl8k: add 5 GHz band channels and rates 15 years ago
Lennert Buytenhek 1349ad2f06 mwl8k: move responsibility for initialising wiphy bands to GET_HW_SPEC 15 years ago
Lennert Buytenhek 777ad375d5 mwl8k: rename 2.4 GHz band/channels/rates related variables from FOO to FOO_24 15 years ago
Lennert Buytenhek ca66527c60 mwl8k: add another 88w8366 PCI ID 15 years ago
Lennert Buytenhek 657232b625 mwl8k: simplify sequence number assignment 15 years ago
Lennert Buytenhek c97470dd25 mwl8k: don't call SET_AID if we're not associated 15 years ago
Lennert Buytenhek 9189c10087 mwl8k: remove (mostly) write-only variable priv->current_channel 15 years ago
Lennert Buytenhek c92d4edecf mwl8k: update MODULE_FIRMWARE tags 15 years ago
Lennert Buytenhek 67e2eb2795 mwl8k: move receive processing to tasklet 15 years ago
Lennert Buytenhek 1e9f9de3b1 mwl8k: keep TX_DONE interrupt masked while transmit reclaim is running 15 years ago
Lennert Buytenhek efb7c49a68 mwl8k: allow limiting the amount of transmit reclaim done 15 years ago
Lennert Buytenhek b64fe619e3 mwl8k: basic AP interface support 15 years ago
Lennert Buytenhek a9e00b151e mwl8k: correctly set the mac_type field for AP SET_MAC_ADDR 15 years ago
Lennert Buytenhek 3f5610ff56 mwl8k: implement AP firmware station database maintenance 15 years ago
Lennert Buytenhek 088aab8b62 mwl8k: add the AP version of USE_FIXED_RATE 15 years ago
Lennert Buytenhek b71ed2c6ce mwl8k: simplify mwl8k_cmd_use_fixed_rate() 15 years ago
Lennert Buytenhek 62abd3cfb2 mwl8k: bump the transmit wait timeout to 5 seconds 15 years ago
Lennert Buytenhek b569e924a9 mwl8k: undo transmit queue 0/1 swapping in mwl8k_cmd_set_edca_params() 15 years ago
Lennert Buytenhek c2c2b12a8b mwl8k: minor cleanups 15 years ago
Lennert Buytenhek 341c97918a mwl8k: pass GET_HW_SPEC capability bitmask up the stack 15 years ago
Lennert Buytenhek a2292d83b5 mwl8k: trivial rx-only ampdu implementation 15 years ago
Lennert Buytenhek 13935e2cf3 mwl8k: pass in HT capabilities and rates when associating 15 years ago
Lennert Buytenhek 610677d2f0 mwl8k: allow setting HT channels 15 years ago
Lennert Buytenhek 9e1b17ead8 mwl8k: add support for 88w8363 in STA mode 15 years ago
Lennert Buytenhek c3cbbe8a5c mwl8k: fix changed flags handling in mwl8k_bss_info_changed() 15 years ago
Lennert Buytenhek c6e9601071 mwl8k: honor peer rate set 15 years ago
Lennert Buytenhek a680400e8a mwl8k: move ->peer_id from mwl8k_vif to mwl8k_sta 15 years ago
Lennert Buytenhek 0a11dfc366 mwl8k: remove mwl8k_vif::bssid, which is now useless 15 years ago
Lennert Buytenhek bbfd9128d3 mwl8k: handle station database update for AP's sta entry via ->sta_notify() 15 years ago
Lennert Buytenhek 25d81b1e1a mwl8k: move struct peer_capability_info to its only user 15 years ago
Lennert Buytenhek 9a2303b930 mwl8k: make the tx ring drain status messages somewhat more friendly 15 years ago
Lennert Buytenhek 153458ff7e mwl8k: prevent freeing free IRQ if ieee80211_register_hw() fails 15 years ago
Lennert Buytenhek 9194223068 mwl8k: bail out if there is no AP firmware image support for this chip 15 years ago
Lennert Buytenhek 6976b665fc mwl8k: update version number to 0.11 15 years ago
Lennert Buytenhek 90852f7aed mwl8k: fix configure_filter() memory leak on error 15 years ago
Johannes Berg 1ed32e4fc8 mac80211: remove struct ieee80211_if_init_conf 15 years ago
Lennert Buytenhek 7dc6a7a763 mwl8k: remove duplicate local per-vif copy of ieee80211_bss_conf 15 years ago